Shades of Sunshade #FF9F53
Tints of Sunshade #FF9F53
RGB
CMYK
RGB Variations
Color information
#FF9F53 (or 0xFF9F53) is known color: Sunshade. HEX triplet: FF, 9F and 53. RGB value is (255,159,83). Sum of RGB (Red+Green+Blue) = 255+159+83=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 83 (32.81% from 255 or 16.70% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F53 is #0060AC. Grayscale: #B3B3B3. Windows color (decimal): -24749 or 5480447. OLE color: 5480447.
HSL color Cylindrical-coordinate representation of color #FF9F53: hue angle of 26.51º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF9F53 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 83 | - |
| CMYK | 0 | 0.38 | 0.67 | 0 |
| HSL | 26.51º | 1% | 0.66% | - |
| HSV(B) | 26.51º | 0.67% | 1% | - |
| XYZ | 55.2 | 46.68 | 14.28 | - |
| YUV | 179.04 | 73.8 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 83 | 0 | 0.38 | 0.67 | 0 | 26.51 | 1 | 0.66 |
| Hex | FF | 9F | 53 | 0 | 26 | 43 | 0 | 1B | 64 | 42 |
| Octal | 377 | 237 | 123 | 0 | 46 | 103 | 0 | 33 | 144 | 102 |
| Binary | 11111111 | 10011111 | 1010011 | 0 | 100110 | 1000011 | 0 | 11011 | 1100100 | 1000010 |
Color Harmonies of #FF9F53
Complementary color
Monochromatic Colors of #FF9F53
Black with #FF9F53
Text Example
Text Example
White with #FF9F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F53; }
p { color: rgb(255,159,83); }
H1.HeaderClassName
{
color: #FF9F53;
}
.AnyTagClassName
{
color: #FF9F53;
}
</style>
background-color css
<style>
a { background-color: #FF9F53; }
a { background-color: rgb(255,159,83); }
div.DivClassName
{
background-color: #FF9F53;
}
.BgClassName
{
background-color: #FF9F53;
}
</style>
border-color css
<style>
span { border-color: #FF9F53; }
span { border-color: rgb(255,159,83); }
td.TdClassName
{
border-color: #FF9F53;
}
.TagClassName
{
border-color: #FF9F53;
}
</style>