Shades of Lightning Yellow #F99C31
Tints of Lightning Yellow #F99C31
RGB
CMYK
RGB Variations
Color information
#F99C31 (or 0xF99C31) is known color: Lightning Yellow. HEX triplet: F9, 9C and 31. RGB value is (249,156,49). Sum of RGB (Red+Green+Blue) = 249+156+49=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 49 (19.53% from 255 or 10.79% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99C31 is #0663CE. Grayscale: #ACACAC. Windows color (decimal): -418767 or 3251449. OLE color: 3251449.
HSL color Cylindrical-coordinate representation of color #F99C31: hue angle of 32.1º 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 #F99C31 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 49 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.02 |
| HSL | 32.1º | 0.94% | 0.58% | - |
| HSV(B) | 32.1º | 0.8% | 0.98% | - |
| XYZ | 51.51 | 44.14 | 8.71 | - |
| YUV | 171.61 | 58.81 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 49 | 0 | 0.37 | 0.80 | 0.02 | 32.1 | 0.94 | 0.58 |
| Hex | F9 | 9C | 31 | 0 | 25 | 50 | 2 | 20 | 5E | 3A |
| Octal | 371 | 234 | 61 | 0 | 45 | 120 | 2 | 40 | 136 | 72 |
| Binary | 11111001 | 10011100 | 110001 | 0 | 100101 | 1010000 | 10 | 100000 | 1011110 | 111010 |
Color Harmonies of #F99C31
Complementary color
Monochromatic Colors of #F99C31
Black with #F99C31
Text Example
Text Example
White with #F99C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99C31; }
p { color: rgb(249,156,49); }
H1.HeaderClassName
{
color: #F99C31;
}
.AnyTagClassName
{
color: #F99C31;
}
</style>
background-color css
<style>
a { background-color: #F99C31; }
a { background-color: rgb(249,156,49); }
div.DivClassName
{
background-color: #F99C31;
}
.BgClassName
{
background-color: #F99C31;
}
</style>
border-color css
<style>
span { border-color: #F99C31; }
span { border-color: rgb(249,156,49); }
td.TdClassName
{
border-color: #F99C31;
}
.TagClassName
{
border-color: #F99C31;
}
</style>