COLOR #F8D534

HEX: #F8D534
RGB: (248,213,52)

Color info

#F8D534 contains mainly red and green colors. Web safe color of #F8D534 is #FFCC33 (or #FC3).

RGB color model

#F8D534 color RGB value is (248,213,52).

  • red value is 248;
  • green value is 213;
  • blue value is 52.
RGB:
(248,213,52)
(97%,84%,20%)

RGB channels and saturation

R 248 of 255 = 97%
G 213 of 255 = 84%
B 52 of 255 = 20%

248
213
52

R + G + B ~ 67%. #F8D534 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 213 + 52 = 513 (100%)
R 248 of 513 ~ 48.34%
G 213 of 513 ~ 41.52%
B 52 of 513 ~ 10.14%

%48.34
%41.52
%10.14

CMYK color model

#F8D534 color CMYK value is (0,14,79,3).

  • cyan value is 0.00%
  • magenta value is 14.11%
  • yellow value is 79.03%
  • key color value is 2.75%
CMYK:
(0,14,79,3)
C0M14Y79K3 
(0%,14%,79%,3%)
(0.00/0.14/0.79/0.03)	

CMYK percentages

%0
%14.11
%79.03
%2.75

Codes

Color #F8D534 in popluar color models

F8D534
RGB24821352
HSL49°93.33%58.82%
HSB/HSV49°79.03%97.25%
CMYK0.00%14.11%79.03%
2.75%

Color #F8D534 in popluar number systems.

HEXF8D534
Decimal24821352
Binary1111100011010101110100
Octal37032564

Shades and tints

Shades of #F8D534

#F8D534
(248,213,52)
#E2C230
(226,194,48)
#CCAF2C
(204,175,44)
#B69C28
(182,156,40)
#A08924
(160,137,36)
#8A7620
(138,118,32)
#74631C
(116,99,28)
#5E5018
(94,80,24)
#483D14
(72,61,20)
#322A10
(50,42,16)
#1C170C
(28,23,12)
#000000
(0,0,0)

Tints of #F8D534

#F8D534
(248,213,52)
#F8D846
(248,216,70)
#F8DB58
(248,219,88)
#F8DE6A
(248,222,106)
#F8E17C
(248,225,124)
#F8E48E
(248,228,142)
#F8E7A0
(248,231,160)
#F8EAB2
(248,234,178)
#F8EDC4
(248,237,196)
#F8F0D6
(248,240,214)
#F8F3E8
(248,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D534 color. Also use rgb(248,213,52) instead hex code.

Text Font Color

.myTextColor { color: #F8D534; }

<p style="color:#F8D534">This sample text font color is #F8D534.</p>

This text font color is #F8D534.


Background Color

.myBgColor { background-color: #F8D534; }

<div style="background-color:#F8D534">Inner text</div>

This div background color is #F8D534.


Border color

.myBorderColor { border: 1px solid #F8D534; }

<div style="border:3px solid #F8D534">Div</div>

This div border color is #F8D534.


Opacity

.myOpacity80 { color: #F8D534; opacity: 0.8; }

<p style="color:#F8D534;opacity:0.8;">80%</p>

Text with #F8D534 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F8D534;}

<p style="text-shadow: 3px 3px 1px #F8D534">Text here.</p>

This text has shadow with #F8D534 color.

.textShadow {text-shadow: 3px 3px 1px #F8D534, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F8D534, 5px 5px 20px red">Text here.</p>

This text has shadow with #F8D534 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F8D534, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F8D534, Direction=45, Strength=4)">Text</p>

This text has shadow with #F8D534 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F8D534;
  -webkit-box-shadow:	1px 1px 3px 2px #F8D534;
  box-shadow:		1px 1px 3px 2px #F8D534;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F8D534;
-webkit-box-shadow: 1px 1px 3px 2px #F8D534;
box-shadow:1px 1px 3px 2px #F8D534;">
Div content here</div>
This div box has shadow with color #F8D534.

Preview

Color preview on black background

This text has color #F8D534 on black background.


Color preview on white background

This text has color #F8D534 on white background.



Black color preview on #F8D534 background

This text has black color on #F8D534 background.


White color preview on #F8D534 background

This text has white color on #F8D534 background.