Shades of Lightning Yellow #FA9D31
Tints of Lightning Yellow #FA9D31
RGB
CMYK
RGB Variations
Color information
#FA9D31 (or 0xFA9D31) is known color: Lightning Yellow. HEX triplet: FA, 9D and 31. RGB value is (250,157,49). Sum of RGB (Red+Green+Blue) = 250+157+49=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 49 (19.53% from 255 or 10.75% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9D31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9D31 is #0562CE. Grayscale: #ADADAD. Windows color (decimal): -352975 or 3251706. OLE color: 3251706.
HSL color Cylindrical-coordinate representation of color #FA9D31: hue angle of 32.24º 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 #FA9D31 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 157 | 49 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.02 |
| HSL | 32.24º | 0.95% | 0.59% | - |
| HSV(B) | 32.24º | 0.8% | 0.98% | - |
| XYZ | 52.04 | 44.66 | 8.78 | - |
| YUV | 172.5 | 58.31 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 157 | 49 | 0 | 0.37 | 0.80 | 0.02 | 32.24 | 0.95 | 0.59 |
| Hex | FA | 9D | 31 | 0 | 25 | 50 | 2 | 20 | 5F | 3B |
| Octal | 372 | 235 | 61 | 0 | 45 | 120 | 2 | 40 | 137 | 73 |
| Binary | 11111010 | 10011101 | 110001 | 0 | 100101 | 1010000 | 10 | 100000 | 1011111 | 111011 |
Color Harmonies of #FA9D31
Complementary color
Monochromatic Colors of #FA9D31
Black with #FA9D31
Text Example
Text Example
White with #FA9D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9D31; }
p { color: rgb(250,157,49); }
H1.HeaderClassName
{
color: #FA9D31;
}
.AnyTagClassName
{
color: #FA9D31;
}
</style>
background-color css
<style>
a { background-color: #FA9D31; }
a { background-color: rgb(250,157,49); }
div.DivClassName
{
background-color: #FA9D31;
}
.BgClassName
{
background-color: #FA9D31;
}
</style>
border-color css
<style>
span { border-color: #FA9D31; }
span { border-color: rgb(250,157,49); }
td.TdClassName
{
border-color: #FA9D31;
}
.TagClassName
{
border-color: #FA9D31;
}
</style>