Shades of Lightning Yellow #F89E28
Tints of Lightning Yellow #F89E28
RGB
CMYK
RGB Variations
Color information
#F89E28 (or 0xF89E28) is known color: Lightning Yellow. HEX triplet: F8, 9E and 28. RGB value is (248,158,40). Sum of RGB (Red+Green+Blue) = 248+158+40=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 40 (16.02% from 255 or 8.97% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F89E28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89E28 is #0761D7. Grayscale: #ACACAC. Windows color (decimal): -483800 or 2662136. OLE color: 2662136.
HSL color Cylindrical-coordinate representation of color #F89E28: hue angle of 34.04º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F89E28 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 158 | 40 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.03 |
| HSL | 34.04º | 0.94% | 0.56% | - |
| HSV(B) | 34.04º | 0.84% | 0.97% | - |
| XYZ | 51.32 | 44.56 | 7.9 | - |
| YUV | 171.46 | 53.82 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 158 | 40 | 0 | 0.36 | 0.84 | 0.03 | 34.04 | 0.94 | 0.56 |
| Hex | F8 | 9E | 28 | 0 | 24 | 54 | 3 | 22 | 5E | 38 |
| Octal | 370 | 236 | 50 | 0 | 44 | 124 | 3 | 42 | 136 | 70 |
| Binary | 11111000 | 10011110 | 101000 | 0 | 100100 | 1010100 | 11 | 100010 | 1011110 | 111000 |
Color Harmonies of #F89E28
Complementary color
Monochromatic Colors of #F89E28
Black with #F89E28
Text Example
Text Example
White with #F89E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89E28; }
p { color: rgb(248,158,40); }
H1.HeaderClassName
{
color: #F89E28;
}
.AnyTagClassName
{
color: #F89E28;
}
</style>
background-color css
<style>
a { background-color: #F89E28; }
a { background-color: rgb(248,158,40); }
div.DivClassName
{
background-color: #F89E28;
}
.BgClassName
{
background-color: #F89E28;
}
</style>
border-color css
<style>
span { border-color: #F89E28; }
span { border-color: rgb(248,158,40); }
td.TdClassName
{
border-color: #F89E28;
}
.TagClassName
{
border-color: #F89E28;
}
</style>