Shades of Sunshade #FA9F55
Tints of Sunshade #FA9F55
RGB
CMYK
RGB Variations
Color information
#FA9F55 (or 0xFA9F55) is known color: Sunshade. HEX triplet: FA, 9F and 55. RGB value is (250,159,85). Sum of RGB (Red+Green+Blue) = 250+159+85=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9F55 is #0560AA. Grayscale: #B2B2B2. Windows color (decimal): -352427 or 5611514. OLE color: 5611514.
HSL color Cylindrical-coordinate representation of color #FA9F55: hue angle of 26.91º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA9F55 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 85 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.02 |
| HSL | 26.91º | 0.94% | 0.66% | - |
| HSV(B) | 26.91º | 0.66% | 0.98% | - |
| XYZ | 53.46 | 45.78 | 14.61 | - |
| YUV | 177.77 | 75.65 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 85 | 0 | 0.36 | 0.66 | 0.02 | 26.91 | 0.94 | 0.66 |
| Hex | FA | 9F | 55 | 0 | 24 | 42 | 2 | 1B | 5E | 42 |
| Octal | 372 | 237 | 125 | 0 | 44 | 102 | 2 | 33 | 136 | 102 |
| Binary | 11111010 | 10011111 | 1010101 | 0 | 100100 | 1000010 | 10 | 11011 | 1011110 | 1000010 |
Color Harmonies of #FA9F55
Complementary color
Monochromatic Colors of #FA9F55
Black with #FA9F55
Text Example
Text Example
White with #FA9F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9F55; }
p { color: rgb(250,159,85); }
H1.HeaderClassName
{
color: #FA9F55;
}
.AnyTagClassName
{
color: #FA9F55;
}
</style>
background-color css
<style>
a { background-color: #FA9F55; }
a { background-color: rgb(250,159,85); }
div.DivClassName
{
background-color: #FA9F55;
}
.BgClassName
{
background-color: #FA9F55;
}
</style>
border-color css
<style>
span { border-color: #FA9F55; }
span { border-color: rgb(250,159,85); }
td.TdClassName
{
border-color: #FA9F55;
}
.TagClassName
{
border-color: #FA9F55;
}
</style>