Shades of Sunshade #FF9F50
Tints of Sunshade #FF9F50
RGB
CMYK
RGB Variations
Color information
#FF9F50 (or 0xFF9F50) is known color: Sunshade. HEX triplet: FF, 9F and 50. RGB value is (255,159,80). Sum of RGB (Red+Green+Blue) = 255+159+80=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F50 is #0060AF. Grayscale: #B3B3B3. Windows color (decimal): -24752 or 5283839. OLE color: 5283839.
HSL color Cylindrical-coordinate representation of color #FF9F50: hue angle of 27.09º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF9F50 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 80 | - |
| CMYK | 0 | 0.38 | 0.69 | 0 |
| HSL | 27.09º | 1% | 0.66% | - |
| HSV(B) | 27.09º | 0.69% | 1% | - |
| XYZ | 55.09 | 46.64 | 13.69 | - |
| YUV | 178.7 | 72.3 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 80 | 0 | 0.38 | 0.69 | 0 | 27.09 | 1 | 0.66 |
| Hex | FF | 9F | 50 | 0 | 26 | 45 | 0 | 1B | 64 | 42 |
| Octal | 377 | 237 | 120 | 0 | 46 | 105 | 0 | 33 | 144 | 102 |
| Binary | 11111111 | 10011111 | 1010000 | 0 | 100110 | 1000101 | 0 | 11011 | 1100100 | 1000010 |
Color Harmonies of #FF9F50
Complementary color
Monochromatic Colors of #FF9F50
Black with #FF9F50
Text Example
Text Example
White with #FF9F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F50; }
p { color: rgb(255,159,80); }
H1.HeaderClassName
{
color: #FF9F50;
}
.AnyTagClassName
{
color: #FF9F50;
}
</style>
background-color css
<style>
a { background-color: #FF9F50; }
a { background-color: rgb(255,159,80); }
div.DivClassName
{
background-color: #FF9F50;
}
.BgClassName
{
background-color: #FF9F50;
}
</style>
border-color css
<style>
span { border-color: #FF9F50; }
span { border-color: rgb(255,159,80); }
td.TdClassName
{
border-color: #FF9F50;
}
.TagClassName
{
border-color: #FF9F50;
}
</style>