Shades of Lightning Yellow #FA9F2F
Tints of Lightning Yellow #FA9F2F
RGB
CMYK
RGB Variations
Color information
#FA9F2F (or 0xFA9F2F) is known color: Lightning Yellow. HEX triplet: FA, 9F and 2F. RGB value is (250,159,47). Sum of RGB (Red+Green+Blue) = 250+159+47=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 47 (18.75% from 255 or 10.31% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9F2F is #0560D0. Grayscale: #ADADAD. Windows color (decimal): -352465 or 3121146. OLE color: 3121146.
HSL color Cylindrical-coordinate representation of color #FA9F2F: hue angle of 33.1º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA9F2F is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 47 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.02 |
| HSL | 33.1º | 0.95% | 0.58% | - |
| HSV(B) | 33.1º | 0.81% | 0.98% | - |
| XYZ | 52.34 | 45.33 | 8.68 | - |
| YUV | 173.44 | 56.65 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 47 | 0 | 0.36 | 0.81 | 0.02 | 33.1 | 0.95 | 0.58 |
| Hex | FA | 9F | 2F | 0 | 24 | 51 | 2 | 21 | 5F | 3A |
| Octal | 372 | 237 | 57 | 0 | 44 | 121 | 2 | 41 | 137 | 72 |
| Binary | 11111010 | 10011111 | 101111 | 0 | 100100 | 1010001 | 10 | 100001 | 1011111 | 111010 |
Color Harmonies of #FA9F2F
Complementary color
Monochromatic Colors of #FA9F2F
Black with #FA9F2F
Text Example
Text Example
White with #FA9F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9F2F; }
p { color: rgb(250,159,47); }
H1.HeaderClassName
{
color: #FA9F2F;
}
.AnyTagClassName
{
color: #FA9F2F;
}
</style>
background-color css
<style>
a { background-color: #FA9F2F; }
a { background-color: rgb(250,159,47); }
div.DivClassName
{
background-color: #FA9F2F;
}
.BgClassName
{
background-color: #FA9F2F;
}
</style>
border-color css
<style>
span { border-color: #FA9F2F; }
span { border-color: rgb(250,159,47); }
td.TdClassName
{
border-color: #FA9F2F;
}
.TagClassName
{
border-color: #FA9F2F;
}
</style>