Shades of Lightning Yellow #F59D28
Tints of Lightning Yellow #F59D28
RGB
CMYK
RGB Variations
Color information
#F59D28 (or 0xF59D28) is known color: Lightning Yellow. HEX triplet: F5, 9D and 28. RGB value is (245,157,40). Sum of RGB (Red+Green+Blue) = 245+157+40=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 40 (16.02% from 255 or 9.05% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F59D28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F59D28 is #0A62D7. Grayscale: #AAAAAA. Windows color (decimal): -680664 or 2661877. OLE color: 2661877.
HSL color Cylindrical-coordinate representation of color #F59D28: hue angle of 34.24º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F59D28 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 157 | 40 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.04 |
| HSL | 34.24º | 0.91% | 0.56% | - |
| HSV(B) | 34.24º | 0.84% | 0.96% | - |
| XYZ | 50.1 | 43.68 | 7.8 | - |
| YUV | 169.97 | 54.65 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 157 | 40 | 0 | 0.36 | 0.84 | 0.04 | 34.24 | 0.91 | 0.56 |
| Hex | F5 | 9D | 28 | 0 | 24 | 54 | 4 | 22 | 5B | 38 |
| Octal | 365 | 235 | 50 | 0 | 44 | 124 | 4 | 42 | 133 | 70 |
| Binary | 11110101 | 10011101 | 101000 | 0 | 100100 | 1010100 | 100 | 100010 | 1011011 | 111000 |
Color Harmonies of #F59D28
Complementary color
Monochromatic Colors of #F59D28
Black with #F59D28
Text Example
Text Example
White with #F59D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59D28; }
p { color: rgb(245,157,40); }
H1.HeaderClassName
{
color: #F59D28;
}
.AnyTagClassName
{
color: #F59D28;
}
</style>
background-color css
<style>
a { background-color: #F59D28; }
a { background-color: rgb(245,157,40); }
div.DivClassName
{
background-color: #F59D28;
}
.BgClassName
{
background-color: #F59D28;
}
</style>
border-color css
<style>
span { border-color: #F59D28; }
span { border-color: rgb(245,157,40); }
td.TdClassName
{
border-color: #F59D28;
}
.TagClassName
{
border-color: #F59D28;
}
</style>