Shades of Sunshade #FF9F3E
Tints of Sunshade #FF9F3E
RGB
CMYK
RGB Variations
Color information
#FF9F3E (or 0xFF9F3E) is known color: Sunshade. HEX triplet: FF, 9F and 3E. RGB value is (255,159,62). Sum of RGB (Red+Green+Blue) = 255+159+62=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 62 (24.61% from 255 or 13.03% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9F3E is #0060C1. Grayscale: #B1B1B1. Windows color (decimal): -24770 or 4104191. OLE color: 4104191.
HSL color Cylindrical-coordinate representation of color #FF9F3E: hue angle of 30.16º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF9F3E is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 62 | - |
| CMYK | 0 | 0.38 | 0.76 | 0 |
| HSL | 30.16º | 1% | 0.62% | - |
| HSV(B) | 30.16º | 0.76% | 1% | - |
| XYZ | 54.51 | 46.4 | 10.64 | - |
| YUV | 176.65 | 63.3 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 62 | 0 | 0.38 | 0.76 | 0 | 30.16 | 1 | 0.62 |
| Hex | FF | 9F | 3E | 0 | 26 | 4C | 0 | 1E | 64 | 3E |
| Octal | 377 | 237 | 76 | 0 | 46 | 114 | 0 | 36 | 144 | 76 |
| Binary | 11111111 | 10011111 | 111110 | 0 | 100110 | 1001100 | 0 | 11110 | 1100100 | 111110 |
Color Harmonies of #FF9F3E
Complementary color
Monochromatic Colors of #FF9F3E
Black with #FF9F3E
Text Example
Text Example
White with #FF9F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F3E; }
p { color: rgb(255,159,62); }
H1.HeaderClassName
{
color: #FF9F3E;
}
.AnyTagClassName
{
color: #FF9F3E;
}
</style>
background-color css
<style>
a { background-color: #FF9F3E; }
a { background-color: rgb(255,159,62); }
div.DivClassName
{
background-color: #FF9F3E;
}
.BgClassName
{
background-color: #FF9F3E;
}
</style>
border-color css
<style>
span { border-color: #FF9F3E; }
span { border-color: rgb(255,159,62); }
td.TdClassName
{
border-color: #FF9F3E;
}
.TagClassName
{
border-color: #FF9F3E;
}
</style>