Shades of Sunshade #FF964E
Tints of Sunshade #FF964E
RGB
CMYK
RGB Variations
Color information
#FF964E (or 0xFF964E) is known color: Sunshade. HEX triplet: FF, 96 and 4E. RGB value is (255,150,78). Sum of RGB (Red+Green+Blue) = 255+150+78=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 78 (30.86% from 255 or 16.15% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF964E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF964E is #0069B1. Grayscale: #ADADAD. Windows color (decimal): -27058 or 5150463. OLE color: 5150463.
HSL color Cylindrical-coordinate representation of color #FF964E: hue angle of 24.41º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF964E is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 78 | - |
| CMYK | 0 | 0.41 | 0.69 | 0 |
| HSL | 24.41º | 1% | 0.65% | - |
| HSV(B) | 24.41º | 0.69% | 1% | - |
| XYZ | 53.52 | 43.62 | 12.81 | - |
| YUV | 173.19 | 74.29 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 78 | 0 | 0.41 | 0.69 | 0 | 24.41 | 1 | 0.65 |
| Hex | FF | 96 | 4E | 0 | 29 | 45 | 0 | 18 | 64 | 41 |
| Octal | 377 | 226 | 116 | 0 | 51 | 105 | 0 | 30 | 144 | 101 |
| Binary | 11111111 | 10010110 | 1001110 | 0 | 101001 | 1000101 | 0 | 11000 | 1100100 | 1000001 |
Color Harmonies of #FF964E
Complementary color
Monochromatic Colors of #FF964E
Black with #FF964E
Text Example
Text Example
White with #FF964E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF964E; }
p { color: rgb(255,150,78); }
H1.HeaderClassName
{
color: #FF964E;
}
.AnyTagClassName
{
color: #FF964E;
}
</style>
background-color css
<style>
a { background-color: #FF964E; }
a { background-color: rgb(255,150,78); }
div.DivClassName
{
background-color: #FF964E;
}
.BgClassName
{
background-color: #FF964E;
}
</style>
border-color css
<style>
span { border-color: #FF964E; }
span { border-color: rgb(255,150,78); }
td.TdClassName
{
border-color: #FF964E;
}
.TagClassName
{
border-color: #FF964E;
}
</style>