Shades of Lightning Yellow #F8A036
Tints of Lightning Yellow #F8A036
RGB
CMYK
RGB Variations
Color information
#F8A036 (or 0xF8A036) is known color: Lightning Yellow. HEX triplet: F8, A0 and 36. RGB value is (248,160,54). Sum of RGB (Red+Green+Blue) = 248+160+54=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 54 (21.48% from 255 or 11.69% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A036 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A036 is #075FC9. Grayscale: #AEAEAE. Windows color (decimal): -483274 or 3580152. OLE color: 3580152.
HSL color Cylindrical-coordinate representation of color #F8A036: hue angle of 32.78º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F8A036 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 160 | 54 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.03 |
| HSL | 32.78º | 0.93% | 0.59% | - |
| HSV(B) | 32.78º | 0.78% | 0.97% | - |
| XYZ | 51.95 | 45.36 | 9.51 | - |
| YUV | 174.23 | 60.15 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 160 | 54 | 0 | 0.35 | 0.78 | 0.03 | 32.78 | 0.93 | 0.59 |
| Hex | F8 | A0 | 36 | 0 | 23 | 4E | 3 | 21 | 5D | 3B |
| Octal | 370 | 240 | 66 | 0 | 43 | 116 | 3 | 41 | 135 | 73 |
| Binary | 11111000 | 10100000 | 110110 | 0 | 100011 | 1001110 | 11 | 100001 | 1011101 | 111011 |
Color Harmonies of #F8A036
Complementary color
Monochromatic Colors of #F8A036
Black with #F8A036
Text Example
Text Example
White with #F8A036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A036; }
p { color: rgb(248,160,54); }
H1.HeaderClassName
{
color: #F8A036;
}
.AnyTagClassName
{
color: #F8A036;
}
</style>
background-color css
<style>
a { background-color: #F8A036; }
a { background-color: rgb(248,160,54); }
div.DivClassName
{
background-color: #F8A036;
}
.BgClassName
{
background-color: #F8A036;
}
</style>
border-color css
<style>
span { border-color: #F8A036; }
span { border-color: rgb(248,160,54); }
td.TdClassName
{
border-color: #F8A036;
}
.TagClassName
{
border-color: #F8A036;
}
</style>