Shades of Sunshade #FF964F
Tints of Sunshade #FF964F
RGB
CMYK
RGB Variations
Color information
#FF964F (or 0xFF964F) is known color: Sunshade. HEX triplet: FF, 96 and 4F. RGB value is (255,150,79). Sum of RGB (Red+Green+Blue) = 255+150+79=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 79 (31.25% from 255 or 16.32% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF964F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF964F is #0069B0. Grayscale: #ADADAD. Windows color (decimal): -27057 or 5215999. OLE color: 5215999.
HSL color Cylindrical-coordinate representation of color #FF964F: hue angle of 24.2º 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 #FF964F is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 79 | - |
| CMYK | 0 | 0.41 | 0.69 | 0 |
| HSL | 24.2º | 1% | 0.65% | - |
| HSV(B) | 24.2º | 0.69% | 1% | - |
| XYZ | 53.56 | 43.64 | 13 | - |
| YUV | 173.3 | 74.79 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 79 | 0 | 0.41 | 0.69 | 0 | 24.2 | 1 | 0.65 |
| Hex | FF | 96 | 4F | 0 | 29 | 45 | 0 | 18 | 64 | 41 |
| Octal | 377 | 226 | 117 | 0 | 51 | 105 | 0 | 30 | 144 | 101 |
| Binary | 11111111 | 10010110 | 1001111 | 0 | 101001 | 1000101 | 0 | 11000 | 1100100 | 1000001 |
Color Harmonies of #FF964F
Complementary color
Monochromatic Colors of #FF964F
Black with #FF964F
Text Example
Text Example
White with #FF964F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF964F; }
p { color: rgb(255,150,79); }
H1.HeaderClassName
{
color: #FF964F;
}
.AnyTagClassName
{
color: #FF964F;
}
</style>
background-color css
<style>
a { background-color: #FF964F; }
a { background-color: rgb(255,150,79); }
div.DivClassName
{
background-color: #FF964F;
}
.BgClassName
{
background-color: #FF964F;
}
</style>
border-color css
<style>
span { border-color: #FF964F; }
span { border-color: rgb(255,150,79); }
td.TdClassName
{
border-color: #FF964F;
}
.TagClassName
{
border-color: #FF964F;
}
</style>