Shades of Sunshade #FA9B50
Tints of Sunshade #FA9B50
RGB
CMYK
RGB Variations
Color information
#FA9B50 (or 0xFA9B50) is known color: Sunshade. HEX triplet: FA, 9B and 50. RGB value is (250,155,80). Sum of RGB (Red+Green+Blue) = 250+155+80=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9B50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9B50 is #0564AF. Grayscale: #AFAFAF. Windows color (decimal): -353456 or 5282810. OLE color: 5282810.
HSL color Cylindrical-coordinate representation of color #FA9B50: hue angle of 26.47º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA9B50 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 155 | 80 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.02 |
| HSL | 26.47º | 0.94% | 0.65% | - |
| HSV(B) | 26.47º | 0.68% | 0.98% | - |
| XYZ | 52.59 | 44.35 | 13.38 | - |
| YUV | 174.86 | 74.47 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 155 | 80 | 0 | 0.38 | 0.68 | 0.02 | 26.47 | 0.94 | 0.65 |
| Hex | FA | 9B | 50 | 0 | 26 | 44 | 2 | 1A | 5E | 41 |
| Octal | 372 | 233 | 120 | 0 | 46 | 104 | 2 | 32 | 136 | 101 |
| Binary | 11111010 | 10011011 | 1010000 | 0 | 100110 | 1000100 | 10 | 11010 | 1011110 | 1000001 |
Color Harmonies of #FA9B50
Complementary color
Monochromatic Colors of #FA9B50
Black with #FA9B50
Text Example
Text Example
White with #FA9B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9B50; }
p { color: rgb(250,155,80); }
H1.HeaderClassName
{
color: #FA9B50;
}
.AnyTagClassName
{
color: #FA9B50;
}
</style>
background-color css
<style>
a { background-color: #FA9B50; }
a { background-color: rgb(250,155,80); }
div.DivClassName
{
background-color: #FA9B50;
}
.BgClassName
{
background-color: #FA9B50;
}
</style>
border-color css
<style>
span { border-color: #FA9B50; }
span { border-color: rgb(250,155,80); }
td.TdClassName
{
border-color: #FA9B50;
}
.TagClassName
{
border-color: #FA9B50;
}
</style>