Shades of Lightning Yellow #F99D31
Tints of Lightning Yellow #F99D31
RGB
CMYK
RGB Variations
Color information
#F99D31 (or 0xF99D31) is known color: Lightning Yellow. HEX triplet: F9, 9D and 31. RGB value is (249,157,49). Sum of RGB (Red+Green+Blue) = 249+157+49=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 49 (19.53% from 255 or 10.77% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99D31 is #0662CE. Grayscale: #ACACAC. Windows color (decimal): -418511 or 3251705. OLE color: 3251705.
HSL color Cylindrical-coordinate representation of color #F99D31: hue angle of 32.4º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F99D31 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 49 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.02 |
| HSL | 32.4º | 0.94% | 0.58% | - |
| HSV(B) | 32.4º | 0.8% | 0.98% | - |
| XYZ | 51.68 | 44.48 | 8.77 | - |
| YUV | 172.2 | 58.48 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 49 | 0 | 0.37 | 0.80 | 0.02 | 32.4 | 0.94 | 0.58 |
| Hex | F9 | 9D | 31 | 0 | 25 | 50 | 2 | 20 | 5E | 3A |
| Octal | 371 | 235 | 61 | 0 | 45 | 120 | 2 | 40 | 136 | 72 |
| Binary | 11111001 | 10011101 | 110001 | 0 | 100101 | 1010000 | 10 | 100000 | 1011110 | 111010 |
Color Harmonies of #F99D31
Complementary color
Monochromatic Colors of #F99D31
Black with #F99D31
Text Example
Text Example
White with #F99D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99D31; }
p { color: rgb(249,157,49); }
H1.HeaderClassName
{
color: #F99D31;
}
.AnyTagClassName
{
color: #F99D31;
}
</style>
background-color css
<style>
a { background-color: #F99D31; }
a { background-color: rgb(249,157,49); }
div.DivClassName
{
background-color: #F99D31;
}
.BgClassName
{
background-color: #F99D31;
}
</style>
border-color css
<style>
span { border-color: #F99D31; }
span { border-color: rgb(249,157,49); }
td.TdClassName
{
border-color: #F99D31;
}
.TagClassName
{
border-color: #F99D31;
}
</style>