Shades of Lightning Yellow #F8A02F
Tints of Lightning Yellow #F8A02F
RGB
CMYK
RGB Variations
Color information
#F8A02F (or 0xF8A02F) is known color: Lightning Yellow. HEX triplet: F8, A0 and 2F. RGB value is (248,160,47). Sum of RGB (Red+Green+Blue) = 248+160+47=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 47 (18.75% from 255 or 10.33% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A02F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A02F is #075FD0. Grayscale: #ADADAD. Windows color (decimal): -483281 or 3121400. OLE color: 3121400.
HSL color Cylindrical-coordinate representation of color #F8A02F: hue angle of 33.73º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8A02F is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 160 | 47 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.03 |
| HSL | 33.73º | 0.93% | 0.58% | - |
| HSV(B) | 33.73º | 0.81% | 0.97% | - |
| XYZ | 51.8 | 45.3 | 8.7 | - |
| YUV | 173.43 | 56.65 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 160 | 47 | 0 | 0.35 | 0.81 | 0.03 | 33.73 | 0.93 | 0.58 |
| Hex | F8 | A0 | 2F | 0 | 23 | 51 | 3 | 22 | 5D | 3A |
| Octal | 370 | 240 | 57 | 0 | 43 | 121 | 3 | 42 | 135 | 72 |
| Binary | 11111000 | 10100000 | 101111 | 0 | 100011 | 1010001 | 11 | 100010 | 1011101 | 111010 |
Color Harmonies of #F8A02F
Complementary color
Monochromatic Colors of #F8A02F
Black with #F8A02F
Text Example
Text Example
White with #F8A02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A02F; }
p { color: rgb(248,160,47); }
H1.HeaderClassName
{
color: #F8A02F;
}
.AnyTagClassName
{
color: #F8A02F;
}
</style>
background-color css
<style>
a { background-color: #F8A02F; }
a { background-color: rgb(248,160,47); }
div.DivClassName
{
background-color: #F8A02F;
}
.BgClassName
{
background-color: #F8A02F;
}
</style>
border-color css
<style>
span { border-color: #F8A02F; }
span { border-color: rgb(248,160,47); }
td.TdClassName
{
border-color: #F8A02F;
}
.TagClassName
{
border-color: #F8A02F;
}
</style>