Shades of Sunshade #F9964F
Tints of Sunshade #F9964F
RGB
CMYK
RGB Variations
Color information
#F9964F (or 0xF9964F) is known color: Sunshade. HEX triplet: F9, 96 and 4F. RGB value is (249,150,79). Sum of RGB (Red+Green+Blue) = 249+150+79=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 79 (31.25% from 255 or 16.53% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F9964F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9964F is #0669B0. Grayscale: #ABABAB. Windows color (decimal): -420273 or 5215993. OLE color: 5215993.
HSL color Cylindrical-coordinate representation of color #F9964F: hue angle of 25.06º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F9964F is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 79 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.02 |
| HSL | 25.06º | 0.93% | 0.64% | - |
| HSV(B) | 25.06º | 0.68% | 0.98% | - |
| XYZ | 51.38 | 42.52 | 12.9 | - |
| YUV | 171.51 | 75.8 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 79 | 0 | 0.40 | 0.68 | 0.02 | 25.06 | 0.93 | 0.64 |
| Hex | F9 | 96 | 4F | 0 | 28 | 44 | 2 | 19 | 5D | 40 |
| Octal | 371 | 226 | 117 | 0 | 50 | 104 | 2 | 31 | 135 | 100 |
| Binary | 11111001 | 10010110 | 1001111 | 0 | 101000 | 1000100 | 10 | 11001 | 1011101 | 1000000 |
Color Harmonies of #F9964F
Complementary color
Monochromatic Colors of #F9964F
Black with #F9964F
Text Example
Text Example
White with #F9964F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9964F; }
p { color: rgb(249,150,79); }
H1.HeaderClassName
{
color: #F9964F;
}
.AnyTagClassName
{
color: #F9964F;
}
</style>
background-color css
<style>
a { background-color: #F9964F; }
a { background-color: rgb(249,150,79); }
div.DivClassName
{
background-color: #F9964F;
}
.BgClassName
{
background-color: #F9964F;
}
</style>
border-color css
<style>
span { border-color: #F9964F; }
span { border-color: rgb(249,150,79); }
td.TdClassName
{
border-color: #F9964F;
}
.TagClassName
{
border-color: #F9964F;
}
</style>