Shades of Lightning Yellow #F99C2D
Tints of Lightning Yellow #F99C2D
RGB
CMYK
RGB Variations
Color information
#F99C2D (or 0xF99C2D) is known color: Lightning Yellow. HEX triplet: F9, 9C and 2D. RGB value is (249,156,45). Sum of RGB (Red+Green+Blue) = 249+156+45=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 45 (17.97% from 255 or 10% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99C2D is #0663D2. Grayscale: #ABABAB. Windows color (decimal): -418771 or 2989305. OLE color: 2989305.
HSL color Cylindrical-coordinate representation of color #F99C2D: hue angle of 32.65º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F99C2D is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 156 | 45 | - |
CMYK | 0 | 0.37 | 0.82 | 0.02 |
HSL | 32.65º | 0.94% | 0.58% | - |
HSV(B) | 32.65º | 0.82% | 0.98% | - |
XYZ | 51.43 | 44.11 | 8.29 | - |
YUV | 171.15 | 56.81 | 183.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 156 | 45 | 0 | 0.37 | 0.82 | 0.02 | 32.65 | 0.94 | 0.58 |
Hex | F9 | 9C | 2D | 0 | 25 | 52 | 2 | 21 | 5E | 3A |
Octal | 371 | 234 | 55 | 0 | 45 | 122 | 2 | 41 | 136 | 72 |
Binary | 11111001 | 10011100 | 101101 | 0 | 100101 | 1010010 | 10 | 100001 | 1011110 | 111010 |
Color Harmonies of #F99C2D
Complementary color
Monochromatic Colors of #F99C2D
Black with #F99C2D
Text Example
Text Example
White with #F99C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99C2D; }
p { color: rgb(249,156,45); }
H1.HeaderClassName
{
color: #F99C2D;
}
.AnyTagClassName
{
color: #F99C2D;
}
</style>
background-color css
<style>
a { background-color: #F99C2D; }
a { background-color: rgb(249,156,45); }
div.DivClassName
{
background-color: #F99C2D;
}
.BgClassName
{
background-color: #F99C2D;
}
</style>
border-color css
<style>
span { border-color: #F99C2D; }
span { border-color: rgb(249,156,45); }
td.TdClassName
{
border-color: #F99C2D;
}
.TagClassName
{
border-color: #F99C2D;
}
</style>