Shades of Sunshade #FF9B52
Tints of Sunshade #FF9B52
RGB
CMYK
RGB Variations
Color information
#FF9B52 (or 0xFF9B52) is known color: Sunshade. HEX triplet: FF, 9B and 52. RGB value is (255,155,82). Sum of RGB (Red+Green+Blue) = 255+155+82=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 82 (32.42% from 255 or 16.67% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9B52 is #0064AD. Grayscale: #B0B0B0. Windows color (decimal): -25774 or 5413887. OLE color: 5413887.
HSL color Cylindrical-coordinate representation of color #FF9B52: hue angle of 25.32º 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 #FF9B52 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 82 | - |
| CMYK | 0 | 0.39 | 0.68 | 0 |
| HSL | 25.32º | 1% | 0.66% | - |
| HSV(B) | 25.32º | 0.68% | 1% | - |
| XYZ | 54.48 | 45.31 | 13.86 | - |
| YUV | 176.58 | 74.63 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 82 | 0 | 0.39 | 0.68 | 0 | 25.32 | 1 | 0.66 |
| Hex | FF | 9B | 52 | 0 | 27 | 44 | 0 | 19 | 64 | 42 |
| Octal | 377 | 233 | 122 | 0 | 47 | 104 | 0 | 31 | 144 | 102 |
| Binary | 11111111 | 10011011 | 1010010 | 0 | 100111 | 1000100 | 0 | 11001 | 1100100 | 1000010 |
Color Harmonies of #FF9B52
Complementary color
Monochromatic Colors of #FF9B52
Black with #FF9B52
Text Example
Text Example
White with #FF9B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B52; }
p { color: rgb(255,155,82); }
H1.HeaderClassName
{
color: #FF9B52;
}
.AnyTagClassName
{
color: #FF9B52;
}
</style>
background-color css
<style>
a { background-color: #FF9B52; }
a { background-color: rgb(255,155,82); }
div.DivClassName
{
background-color: #FF9B52;
}
.BgClassName
{
background-color: #FF9B52;
}
</style>
border-color css
<style>
span { border-color: #FF9B52; }
span { border-color: rgb(255,155,82); }
td.TdClassName
{
border-color: #FF9B52;
}
.TagClassName
{
border-color: #FF9B52;
}
</style>