Shades of Lightning Yellow #FA9F33
Tints of Lightning Yellow #FA9F33
RGB
CMYK
RGB Variations
Color information
#FA9F33 (or 0xFA9F33) is known color: Lightning Yellow. HEX triplet: FA, 9F and 33. RGB value is (250,159,51). Sum of RGB (Red+Green+Blue) = 250+159+51=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 51 (20.31% from 255 or 11.09% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F33 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9F33 is #0560CC. Grayscale: #AEAEAE. Windows color (decimal): -352461 or 3383290. OLE color: 3383290.
HSL color Cylindrical-coordinate representation of color #FA9F33: hue angle of 32.56º 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 #FA9F33 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 51 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.02 |
| HSL | 32.56º | 0.95% | 0.59% | - |
| HSV(B) | 32.56º | 0.8% | 0.98% | - |
| XYZ | 52.42 | 45.36 | 9.12 | - |
| YUV | 173.9 | 58.65 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 51 | 0 | 0.36 | 0.80 | 0.02 | 32.56 | 0.95 | 0.59 |
| Hex | FA | 9F | 33 | 0 | 24 | 50 | 2 | 21 | 5F | 3B |
| Octal | 372 | 237 | 63 | 0 | 44 | 120 | 2 | 41 | 137 | 73 |
| Binary | 11111010 | 10011111 | 110011 | 0 | 100100 | 1010000 | 10 | 100001 | 1011111 | 111011 |
Color Harmonies of #FA9F33
Complementary color
Monochromatic Colors of #FA9F33
Black with #FA9F33
Text Example
Text Example
White with #FA9F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9F33; }
p { color: rgb(250,159,51); }
H1.HeaderClassName
{
color: #FA9F33;
}
.AnyTagClassName
{
color: #FA9F33;
}
</style>
background-color css
<style>
a { background-color: #FA9F33; }
a { background-color: rgb(250,159,51); }
div.DivClassName
{
background-color: #FA9F33;
}
.BgClassName
{
background-color: #FA9F33;
}
</style>
border-color css
<style>
span { border-color: #FA9F33; }
span { border-color: rgb(250,159,51); }
td.TdClassName
{
border-color: #FA9F33;
}
.TagClassName
{
border-color: #FA9F33;
}
</style>