Shades of Lightning Yellow #F89D28
Tints of Lightning Yellow #F89D28
RGB
CMYK
RGB Variations
Color information
#F89D28 (or 0xF89D28) is known color: Lightning Yellow. HEX triplet: F8, 9D and 28. RGB value is (248,157,40). Sum of RGB (Red+Green+Blue) = 248+157+40=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89D28 is #0762D7. Grayscale: #ABABAB. Windows color (decimal): -484056 or 2661880. OLE color: 2661880.
HSL color Cylindrical-coordinate representation of color #F89D28: hue angle of 33.75º 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 #F89D28 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 40 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.03 |
| HSL | 33.75º | 0.94% | 0.56% | - |
| HSV(B) | 33.75º | 0.84% | 0.97% | - |
| XYZ | 51.15 | 44.22 | 7.85 | - |
| YUV | 170.87 | 54.15 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 40 | 0 | 0.37 | 0.84 | 0.03 | 33.75 | 0.94 | 0.56 |
| Hex | F8 | 9D | 28 | 0 | 25 | 54 | 3 | 22 | 5E | 38 |
| Octal | 370 | 235 | 50 | 0 | 45 | 124 | 3 | 42 | 136 | 70 |
| Binary | 11111000 | 10011101 | 101000 | 0 | 100101 | 1010100 | 11 | 100010 | 1011110 | 111000 |
Color Harmonies of #F89D28
Complementary color
Monochromatic Colors of #F89D28
Black with #F89D28
Text Example
Text Example
White with #F89D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89D28; }
p { color: rgb(248,157,40); }
H1.HeaderClassName
{
color: #F89D28;
}
.AnyTagClassName
{
color: #F89D28;
}
</style>
background-color css
<style>
a { background-color: #F89D28; }
a { background-color: rgb(248,157,40); }
div.DivClassName
{
background-color: #F89D28;
}
.BgClassName
{
background-color: #F89D28;
}
</style>
border-color css
<style>
span { border-color: #F89D28; }
span { border-color: rgb(248,157,40); }
td.TdClassName
{
border-color: #F89D28;
}
.TagClassName
{
border-color: #F89D28;
}
</style>