Shades of Sunshade #FF9D52
Tints of Sunshade #FF9D52
RGB
CMYK
RGB Variations
Color information
#FF9D52 (or 0xFF9D52) is known color: Sunshade. HEX triplet: FF, 9D and 52. RGB value is (255,157,82). Sum of RGB (Red+Green+Blue) = 255+157+82=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 82 (32.42% from 255 or 16.60% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9D52 is #0062AD. Grayscale: #B2B2B2. Windows color (decimal): -25262 or 5414399. OLE color: 5414399.
HSL color Cylindrical-coordinate representation of color #FF9D52: hue angle of 26.01º 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 #FF9D52 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 82 | - |
| CMYK | 0 | 0.38 | 0.68 | 0 |
| HSL | 26.01º | 1% | 0.66% | - |
| HSV(B) | 26.01º | 0.68% | 1% | - |
| XYZ | 54.82 | 45.98 | 13.97 | - |
| YUV | 177.75 | 73.97 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 82 | 0 | 0.38 | 0.68 | 0 | 26.01 | 1 | 0.66 |
| Hex | FF | 9D | 52 | 0 | 26 | 44 | 0 | 1A | 64 | 42 |
| Octal | 377 | 235 | 122 | 0 | 46 | 104 | 0 | 32 | 144 | 102 |
| Binary | 11111111 | 10011101 | 1010010 | 0 | 100110 | 1000100 | 0 | 11010 | 1100100 | 1000010 |
Color Harmonies of #FF9D52
Complementary color
Monochromatic Colors of #FF9D52
Black with #FF9D52
Text Example
Text Example
White with #FF9D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9D52; }
p { color: rgb(255,157,82); }
H1.HeaderClassName
{
color: #FF9D52;
}
.AnyTagClassName
{
color: #FF9D52;
}
</style>
background-color css
<style>
a { background-color: #FF9D52; }
a { background-color: rgb(255,157,82); }
div.DivClassName
{
background-color: #FF9D52;
}
.BgClassName
{
background-color: #FF9D52;
}
</style>
border-color css
<style>
span { border-color: #FF9D52; }
span { border-color: rgb(255,157,82); }
td.TdClassName
{
border-color: #FF9D52;
}
.TagClassName
{
border-color: #FF9D52;
}
</style>