Shades of Lightning Yellow #F89E32
Tints of Lightning Yellow #F89E32
RGB
CMYK
RGB Variations
Color information
#F89E32 (or 0xF89E32) is known color: Lightning Yellow. HEX triplet: F8, 9E and 32. RGB value is (248,158,50). Sum of RGB (Red+Green+Blue) = 248+158+50=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 50 (19.92% from 255 or 10.96% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F89E32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89E32 is #0761CD. Grayscale: #ADADAD. Windows color (decimal): -483790 or 3317496. OLE color: 3317496.
HSL color Cylindrical-coordinate representation of color #F89E32: hue angle of 32.73º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F89E32 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 158 | 50 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.03 |
| HSL | 32.73º | 0.93% | 0.58% | - |
| HSV(B) | 32.73º | 0.8% | 0.97% | - |
| XYZ | 51.51 | 44.64 | 8.92 | - |
| YUV | 172.6 | 58.82 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 158 | 50 | 0 | 0.36 | 0.80 | 0.03 | 32.73 | 0.93 | 0.58 |
| Hex | F8 | 9E | 32 | 0 | 24 | 50 | 3 | 21 | 5D | 3A |
| Octal | 370 | 236 | 62 | 0 | 44 | 120 | 3 | 41 | 135 | 72 |
| Binary | 11111000 | 10011110 | 110010 | 0 | 100100 | 1010000 | 11 | 100001 | 1011101 | 111010 |
Color Harmonies of #F89E32
Complementary color
Monochromatic Colors of #F89E32
Black with #F89E32
Text Example
Text Example
White with #F89E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89E32; }
p { color: rgb(248,158,50); }
H1.HeaderClassName
{
color: #F89E32;
}
.AnyTagClassName
{
color: #F89E32;
}
</style>
background-color css
<style>
a { background-color: #F89E32; }
a { background-color: rgb(248,158,50); }
div.DivClassName
{
background-color: #F89E32;
}
.BgClassName
{
background-color: #F89E32;
}
</style>
border-color css
<style>
span { border-color: #F89E32; }
span { border-color: rgb(248,158,50); }
td.TdClassName
{
border-color: #F89E32;
}
.TagClassName
{
border-color: #F89E32;
}
</style>