Shades of Sunshade #FF9A50
Tints of Sunshade #FF9A50
RGB
CMYK
RGB Variations
Color information
#FF9A50 (or 0xFF9A50) is known color: Sunshade. HEX triplet: FF, 9A and 50. RGB value is (255,154,80). Sum of RGB (Red+Green+Blue) = 255+154+80=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9A50 is #0065AF. Grayscale: #B0B0B0. Windows color (decimal): -26032 or 5282559. OLE color: 5282559.
HSL color Cylindrical-coordinate representation of color #FF9A50: hue angle of 25.37º 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 #FF9A50 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 80 | - |
| CMYK | 0 | 0.40 | 0.69 | 0 |
| HSL | 25.37º | 1% | 0.66% | - |
| HSV(B) | 25.37º | 0.69% | 1% | - |
| XYZ | 54.24 | 44.95 | 13.41 | - |
| YUV | 175.76 | 73.96 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 80 | 0 | 0.40 | 0.69 | 0 | 25.37 | 1 | 0.66 |
| Hex | FF | 9A | 50 | 0 | 28 | 45 | 0 | 19 | 64 | 42 |
| Octal | 377 | 232 | 120 | 0 | 50 | 105 | 0 | 31 | 144 | 102 |
| Binary | 11111111 | 10011010 | 1010000 | 0 | 101000 | 1000101 | 0 | 11001 | 1100100 | 1000010 |
Color Harmonies of #FF9A50
Complementary color
Monochromatic Colors of #FF9A50
Black with #FF9A50
Text Example
Text Example
White with #FF9A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A50; }
p { color: rgb(255,154,80); }
H1.HeaderClassName
{
color: #FF9A50;
}
.AnyTagClassName
{
color: #FF9A50;
}
</style>
background-color css
<style>
a { background-color: #FF9A50; }
a { background-color: rgb(255,154,80); }
div.DivClassName
{
background-color: #FF9A50;
}
.BgClassName
{
background-color: #FF9A50;
}
</style>
border-color css
<style>
span { border-color: #FF9A50; }
span { border-color: rgb(255,154,80); }
td.TdClassName
{
border-color: #FF9A50;
}
.TagClassName
{
border-color: #FF9A50;
}
</style>