Shades of Sunshade #F9963F
Tints of Sunshade #F9963F
RGB
CMYK
RGB Variations
Color information
#F9963F (or 0xF9963F) is known color: Sunshade. HEX triplet: F9, 96 and 3F. RGB value is (249,150,63). Sum of RGB (Red+Green+Blue) = 249+150+63=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 63 (25% from 255 or 13.64% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F9963F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9963F is #0669C0. Grayscale: #AAAAAA. Windows color (decimal): -420289 or 4167417. OLE color: 4167417.
HSL color Cylindrical-coordinate representation of color #F9963F: hue angle of 28.06º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F9963F is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 63 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.02 |
| HSL | 28.06º | 0.94% | 0.61% | - |
| HSV(B) | 28.06º | 0.75% | 0.98% | - |
| XYZ | 50.87 | 42.31 | 10.19 | - |
| YUV | 169.68 | 67.8 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 63 | 0 | 0.40 | 0.75 | 0.02 | 28.06 | 0.94 | 0.61 |
| Hex | F9 | 96 | 3F | 0 | 28 | 4B | 2 | 1C | 5E | 3D |
| Octal | 371 | 226 | 77 | 0 | 50 | 113 | 2 | 34 | 136 | 75 |
| Binary | 11111001 | 10010110 | 111111 | 0 | 101000 | 1001011 | 10 | 11100 | 1011110 | 111101 |
Color Harmonies of #F9963F
Complementary color
Monochromatic Colors of #F9963F
Black with #F9963F
Text Example
Text Example
White with #F9963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9963F; }
p { color: rgb(249,150,63); }
H1.HeaderClassName
{
color: #F9963F;
}
.AnyTagClassName
{
color: #F9963F;
}
</style>
background-color css
<style>
a { background-color: #F9963F; }
a { background-color: rgb(249,150,63); }
div.DivClassName
{
background-color: #F9963F;
}
.BgClassName
{
background-color: #F9963F;
}
</style>
border-color css
<style>
span { border-color: #F9963F; }
span { border-color: rgb(249,150,63); }
td.TdClassName
{
border-color: #F9963F;
}
.TagClassName
{
border-color: #F9963F;
}
</style>