Shades of Lightning Yellow #FC9F28
Tints of Lightning Yellow #FC9F28
RGB
CMYK
RGB Variations
Color information
#FC9F28 (or 0xFC9F28) is known color: Lightning Yellow. HEX triplet: FC, 9F and 28. RGB value is (252,159,40). Sum of RGB (Red+Green+Blue) = 252+159+40=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 40 (16.02% from 255 or 8.87% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9F28 is #0360D7. Grayscale: #ADADAD. Windows color (decimal): -221400 or 2662396. OLE color: 2662396.
HSL color Cylindrical-coordinate representation of color #FC9F28: hue angle of 33.68º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC9F28 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 159 | 40 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.01 |
| HSL | 33.68º | 0.97% | 0.57% | - |
| HSV(B) | 33.68º | 0.84% | 0.99% | - |
| XYZ | 52.93 | 45.64 | 8.03 | - |
| YUV | 173.24 | 52.81 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 159 | 40 | 0 | 0.37 | 0.84 | 0.01 | 33.68 | 0.97 | 0.57 |
| Hex | FC | 9F | 28 | 0 | 25 | 54 | 1 | 22 | 61 | 39 |
| Octal | 374 | 237 | 50 | 0 | 45 | 124 | 1 | 42 | 141 | 71 |
| Binary | 11111100 | 10011111 | 101000 | 0 | 100101 | 1010100 | 1 | 100010 | 1100001 | 111001 |
Color Harmonies of #FC9F28
Complementary color
Monochromatic Colors of #FC9F28
Black with #FC9F28
Text Example
Text Example
White with #FC9F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9F28; }
p { color: rgb(252,159,40); }
H1.HeaderClassName
{
color: #FC9F28;
}
.AnyTagClassName
{
color: #FC9F28;
}
</style>
background-color css
<style>
a { background-color: #FC9F28; }
a { background-color: rgb(252,159,40); }
div.DivClassName
{
background-color: #FC9F28;
}
.BgClassName
{
background-color: #FC9F28;
}
</style>
border-color css
<style>
span { border-color: #FC9F28; }
span { border-color: rgb(252,159,40); }
td.TdClassName
{
border-color: #FC9F28;
}
.TagClassName
{
border-color: #FC9F28;
}
</style>