Shades of Sunshade #F99F40
Tints of Sunshade #F99F40
RGB
CMYK
RGB Variations
Color information
#F99F40 (or 0xF99F40) is known color: Sunshade. HEX triplet: F9, 9F and 40. RGB value is (249,159,64). Sum of RGB (Red+Green+Blue) = 249+159+64=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F99F40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99F40 is #0660BF. Grayscale: #AFAFAF. Windows color (decimal): -417984 or 4235257. OLE color: 4235257.
HSL color Cylindrical-coordinate representation of color #F99F40: hue angle of 30.81º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F99F40 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 159 | 64 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.02 |
| HSL | 30.81º | 0.94% | 0.61% | - |
| HSV(B) | 30.81º | 0.74% | 0.98% | - |
| XYZ | 52.39 | 45.31 | 10.83 | - |
| YUV | 175.08 | 65.32 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 159 | 64 | 0 | 0.36 | 0.74 | 0.02 | 30.81 | 0.94 | 0.61 |
| Hex | F9 | 9F | 40 | 0 | 24 | 4A | 2 | 1F | 5E | 3D |
| Octal | 371 | 237 | 100 | 0 | 44 | 112 | 2 | 37 | 136 | 75 |
| Binary | 11111001 | 10011111 | 1000000 | 0 | 100100 | 1001010 | 10 | 11111 | 1011110 | 111101 |
Color Harmonies of #F99F40
Complementary color
Monochromatic Colors of #F99F40
Black with #F99F40
Text Example
Text Example
White with #F99F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99F40; }
p { color: rgb(249,159,64); }
H1.HeaderClassName
{
color: #F99F40;
}
.AnyTagClassName
{
color: #F99F40;
}
</style>
background-color css
<style>
a { background-color: #F99F40; }
a { background-color: rgb(249,159,64); }
div.DivClassName
{
background-color: #F99F40;
}
.BgClassName
{
background-color: #F99F40;
}
</style>
border-color css
<style>
span { border-color: #F99F40; }
span { border-color: rgb(249,159,64); }
td.TdClassName
{
border-color: #F99F40;
}
.TagClassName
{
border-color: #F99F40;
}
</style>