Shades of Sunshade #FF9C52
Tints of Sunshade #FF9C52
RGB
CMYK
RGB Variations
Color information
#FF9C52 (or 0xFF9C52) is known color: Sunshade. HEX triplet: FF, 9C and 52. RGB value is (255,156,82). Sum of RGB (Red+Green+Blue) = 255+156+82=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9C52 is #0063AD. Grayscale: #B1B1B1. Windows color (decimal): -25518 or 5414143. OLE color: 5414143.
HSL color Cylindrical-coordinate representation of color #FF9C52: hue angle of 25.66º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF9C52 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 82 | - |
| CMYK | 0 | 0.39 | 0.68 | 0 |
| HSL | 25.66º | 1% | 0.66% | - |
| HSV(B) | 25.66º | 0.68% | 1% | - |
| XYZ | 54.65 | 45.65 | 13.91 | - |
| YUV | 177.17 | 74.3 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 82 | 0 | 0.39 | 0.68 | 0 | 25.66 | 1 | 0.66 |
| Hex | FF | 9C | 52 | 0 | 27 | 44 | 0 | 1A | 64 | 42 |
| Octal | 377 | 234 | 122 | 0 | 47 | 104 | 0 | 32 | 144 | 102 |
| Binary | 11111111 | 10011100 | 1010010 | 0 | 100111 | 1000100 | 0 | 11010 | 1100100 | 1000010 |
Color Harmonies of #FF9C52
Complementary color
Monochromatic Colors of #FF9C52
Black with #FF9C52
Text Example
Text Example
White with #FF9C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C52; }
p { color: rgb(255,156,82); }
H1.HeaderClassName
{
color: #FF9C52;
}
.AnyTagClassName
{
color: #FF9C52;
}
</style>
background-color css
<style>
a { background-color: #FF9C52; }
a { background-color: rgb(255,156,82); }
div.DivClassName
{
background-color: #FF9C52;
}
.BgClassName
{
background-color: #FF9C52;
}
</style>
border-color css
<style>
span { border-color: #FF9C52; }
span { border-color: rgb(255,156,82); }
td.TdClassName
{
border-color: #FF9C52;
}
.TagClassName
{
border-color: #FF9C52;
}
</style>