Shades of Sunshade #FF9C40
Tints of Sunshade #FF9C40
RGB
CMYK
RGB Variations
Color information
#FF9C40 (or 0xFF9C40) is known color: Sunshade. HEX triplet: FF, 9C and 40. RGB value is (255,156,64). Sum of RGB (Red+Green+Blue) = 255+156+64=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 64 (25.39% from 255 or 13.47% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9C40 is #0063BF. Grayscale: #AFAFAF. Windows color (decimal): -25536 or 4234495. OLE color: 4234495.
HSL color Cylindrical-coordinate representation of color #FF9C40: hue angle of 28.9º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF9C40 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 64 | - |
| CMYK | 0 | 0.39 | 0.75 | 0 |
| HSL | 28.9º | 1% | 0.63% | - |
| HSV(B) | 28.9º | 0.75% | 1% | - |
| XYZ | 54.05 | 45.41 | 10.77 | - |
| YUV | 175.11 | 65.3 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 64 | 0 | 0.39 | 0.75 | 0 | 28.9 | 1 | 0.63 |
| Hex | FF | 9C | 40 | 0 | 27 | 4B | 0 | 1D | 64 | 3F |
| Octal | 377 | 234 | 100 | 0 | 47 | 113 | 0 | 35 | 144 | 77 |
| Binary | 11111111 | 10011100 | 1000000 | 0 | 100111 | 1001011 | 0 | 11101 | 1100100 | 111111 |
Color Harmonies of #FF9C40
Complementary color
Monochromatic Colors of #FF9C40
Black with #FF9C40
Text Example
Text Example
White with #FF9C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C40; }
p { color: rgb(255,156,64); }
H1.HeaderClassName
{
color: #FF9C40;
}
.AnyTagClassName
{
color: #FF9C40;
}
</style>
background-color css
<style>
a { background-color: #FF9C40; }
a { background-color: rgb(255,156,64); }
div.DivClassName
{
background-color: #FF9C40;
}
.BgClassName
{
background-color: #FF9C40;
}
</style>
border-color css
<style>
span { border-color: #FF9C40; }
span { border-color: rgb(255,156,64); }
td.TdClassName
{
border-color: #FF9C40;
}
.TagClassName
{
border-color: #FF9C40;
}
</style>