COLOR #F8DB1A

HEX: #F8DB1A
RGB: (248,219,26)

Color info

#F8DB1A contains mainly red and green colors. Web safe color of #F8DB1A is #FFCC00 (or #FC0).

RGB color model

#F8DB1A color RGB value is (248,219,26).

  • red value is 248;
  • green value is 219;
  • blue value is 26.
RGB:
(248,219,26)
(97%,86%,10%)

RGB channels and saturation

R 248 of 255 = 97%
G 219 of 255 = 86%
B 26 of 255 = 10%

248
219
26

R + G + B ~ 64%. #F8DB1A is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 219 + 26 = 493 (100%)
R 248 of 493 ~ 50.3%
G 219 of 493 ~ 44.42%
B 26 of 493 ~ 5.27%

%50.3
%44.42

CMYK color model

#F8DB1A color CMYK value is (0,12,90,3).

  • cyan value is 0.00%
  • magenta value is 11.69%
  • yellow value is 89.52%
  • key color value is 2.75%
CMYK:
(0,12,90,3)
C0M12Y90K3 
(0%,12%,90%,3%)
(0.00/0.12/0.90/0.03)	

CMYK percentages

%0
%11.69
%89.52
%2.75

Codes

Color #F8DB1A in popluar color models

F8DB1A
RGB24821926
HSL52°94.07%53.73%
HSB/HSV52°89.52%97.25%
CMYK0.00%11.69%89.52%
2.75%

Color #F8DB1A in popluar number systems.

HEXF8DB1A
Decimal24821926
Binary111110001101101111010
Octal37033332

Shades and tints

Shades of #F8DB1A

#F8DB1A
(248,219,26)
#E2C818
(226,200,24)
#CCB516
(204,181,22)
#B6A214
(182,162,20)
#A08F12
(160,143,18)
#8A7C10
(138,124,16)
#74690E
(116,105,14)
#5E560C
(94,86,12)
#48430A
(72,67,10)
#323008
(50,48,8)
#1C1D06
(28,29,6)
#000000
(0,0,0)

Tints of #F8DB1A

#F8DB1A
(248,219,26)
#F8DE2E
(248,222,46)
#F8E142
(248,225,66)
#F8E456
(248,228,86)
#F8E76A
(248,231,106)
#F8EA7E
(248,234,126)
#F8ED92
(248,237,146)
#F8F0A6
(248,240,166)
#F8F3BA
(248,243,186)
#F8F6CE
(248,246,206)
#F8F9E2
(248,249,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8DB1A color. Also use rgb(248,219,26) instead hex code.

Text Font Color

.myTextColor { color: #F8DB1A; }

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

This text font color is #F8DB1A.


Background Color

.myBgColor { background-color: #F8DB1A; }

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

This div background color is #F8DB1A.


Border color

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

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

This div border color is #F8DB1A.


Opacity

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

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

Text with #F8DB1A 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 #F8DB1A;}

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

This text has shadow with #F8DB1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DB1A on black background.


Color preview on white background

This text has color #F8DB1A on white background.



Black color preview on #F8DB1A background

This text has black color on #F8DB1A background.


White color preview on #F8DB1A background

This text has white color on #F8DB1A background.