Shades of Lightning Yellow #FA9F32
Tints of Lightning Yellow #FA9F32
RGB
CMYK
RGB Variations
Color information
#FA9F32 (or 0xFA9F32) is known color: Lightning Yellow. HEX triplet: FA, 9F and 32. RGB value is (250,159,50). Sum of RGB (Red+Green+Blue) = 250+159+50=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9F32 is #0560CD. Grayscale: #AEAEAE. Windows color (decimal): -352462 or 3317754. OLE color: 3317754.
HSL color Cylindrical-coordinate representation of color #FA9F32: hue angle of 32.7º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA9F32 is Cyan = 0, Magento = 0.36, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 50 | - |
| CMYK | 0 | 0.36 | 0.8 | 0.02 |
| HSL | 32.7º | 0.95% | 0.59% | - |
| HSV(B) | 32.7º | 0.8% | 0.98% | - |
| XYZ | 52.4 | 45.35 | 9.01 | - |
| YUV | 173.78 | 58.15 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 50 | 0 | 0.36 | 0.8 | 0.02 | 32.7 | 0.95 | 0.59 |
| Hex | FA | 9F | 32 | 0 | 24 | 50 | 2 | 21 | 5F | 3B |
| Octal | 372 | 237 | 62 | 0 | 44 | 120 | 2 | 41 | 137 | 73 |
| Binary | 11111010 | 10011111 | 110010 | 0 | 100100 | 1010000 | 10 | 100001 | 1011111 | 111011 |
Color Harmonies of #FA9F32
Complementary color
Monochromatic Colors of #FA9F32
Black with #FA9F32
Text Example
Text Example
White with #FA9F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9F32; }
p { color: rgb(250,159,50); }
H1.HeaderClassName
{
color: #FA9F32;
}
.AnyTagClassName
{
color: #FA9F32;
}
</style>
background-color css
<style>
a { background-color: #FA9F32; }
a { background-color: rgb(250,159,50); }
div.DivClassName
{
background-color: #FA9F32;
}
.BgClassName
{
background-color: #FA9F32;
}
</style>
border-color css
<style>
span { border-color: #FA9F32; }
span { border-color: rgb(250,159,50); }
td.TdClassName
{
border-color: #FA9F32;
}
.TagClassName
{
border-color: #FA9F32;
}
</style>