COLOR #F8DB0A

HEX: #F8DB0A
RGB: (248,219,10)

Color info

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

RGB color model

#F8DB0A color RGB value is (248,219,10).

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

RGB channels and saturation

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

248
219
10

R + G + B ~ 62%. #F8DB0A is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 219 + 10 = 477 (100%)
R 248 of 477 ~ 51.99%
G 219 of 477 ~ 45.91%
B 10 of 477 ~ 2.1%

%51.99
%45.91

CMYK color model

#F8DB0A color CMYK value is (0,12,96,3).

  • cyan value is 0.00%
  • magenta value is 11.69%
  • yellow value is 95.97%
  • key color value is 2.75%
CMYK:
(0,12,96,3)
C0M12Y96K3 
(0%,12%,96%,3%)
(0.00/0.12/0.96/0.03)	

CMYK percentages

%0
%11.69
%95.97
%2.75

Codes

Color #F8DB0A in popluar color models

F8DB0A
RGB24821910
HSL53°94.44%50.59%
HSB/HSV53°95.97%97.25%
CMYK0.00%11.69%95.97%
2.75%

Color #F8DB0A in popluar number systems.

HEXF8DB0A
Decimal24821910
Binary11111000110110111010
Octal37033312

Shades and tints

Shades of #F8DB0A

#F8DB0A
(248,219,10)
#E2C80A
(226,200,10)
#CCB50A
(204,181,10)
#B6A20A
(182,162,10)
#A08F0A
(160,143,10)
#8A7C0A
(138,124,10)
#74690A
(116,105,10)
#5E560A
(94,86,10)
#48430A
(72,67,10)
#32300A
(50,48,10)
#1C1D0A
(28,29,10)
#000000
(0,0,0)

Tints of #F8DB0A

#F8DB0A
(248,219,10)
#F8DE20
(248,222,32)
#F8E136
(248,225,54)
#F8E44C
(248,228,76)
#F8E762
(248,231,98)
#F8EA78
(248,234,120)
#F8ED8E
(248,237,142)
#F8F0A4
(248,240,164)
#F8F3BA
(248,243,186)
#F8F6D0
(248,246,208)
#F8F9E6
(248,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DB0A; }

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

This text font color is #F8DB0A.


Background Color

.myBgColor { background-color: #F8DB0A; }

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

This div background color is #F8DB0A.


Border color

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

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

This div border color is #F8DB0A.


Opacity

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

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

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

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

This text has shadow with #F8DB0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DB0A on black background.


Color preview on white background

This text has color #F8DB0A on white background.



Black color preview on #F8DB0A background

This text has black color on #F8DB0A background.


White color preview on #F8DB0A background

This text has white color on #F8DB0A background.