Shades of Sunshade #FF9645
Tints of Sunshade #FF9645
RGB
CMYK
RGB Variations
Color information
#FF9645 (or 0xFF9645) is known color: Sunshade. HEX triplet: FF, 96 and 45. RGB value is (255,150,69). Sum of RGB (Red+Green+Blue) = 255+150+69=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 69 (27.34% from 255 or 14.56% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9645 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9645 is #0069BA. Grayscale: #ACACAC. Windows color (decimal): -27067 or 4560639. OLE color: 4560639.
HSL color Cylindrical-coordinate representation of color #FF9645: hue angle of 26.13º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF9645 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 69 | - |
| CMYK | 0 | 0.41 | 0.73 | 0 |
| HSL | 26.13º | 1% | 0.64% | - |
| HSV(B) | 26.13º | 0.73% | 1% | - |
| XYZ | 53.22 | 43.5 | 11.22 | - |
| YUV | 172.16 | 69.79 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 69 | 0 | 0.41 | 0.73 | 0 | 26.13 | 1 | 0.64 |
| Hex | FF | 96 | 45 | 0 | 29 | 49 | 0 | 1A | 64 | 40 |
| Octal | 377 | 226 | 105 | 0 | 51 | 111 | 0 | 32 | 144 | 100 |
| Binary | 11111111 | 10010110 | 1000101 | 0 | 101001 | 1001001 | 0 | 11010 | 1100100 | 1000000 |
Color Harmonies of #FF9645
Complementary color
Monochromatic Colors of #FF9645
Black with #FF9645
Text Example
Text Example
White with #FF9645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9645; }
p { color: rgb(255,150,69); }
H1.HeaderClassName
{
color: #FF9645;
}
.AnyTagClassName
{
color: #FF9645;
}
</style>
background-color css
<style>
a { background-color: #FF9645; }
a { background-color: rgb(255,150,69); }
div.DivClassName
{
background-color: #FF9645;
}
.BgClassName
{
background-color: #FF9645;
}
</style>
border-color css
<style>
span { border-color: #FF9645; }
span { border-color: rgb(255,150,69); }
td.TdClassName
{
border-color: #FF9645;
}
.TagClassName
{
border-color: #FF9645;
}
</style>