Shades of Sunshade #FA9E4A
Tints of Sunshade #FA9E4A
RGB
CMYK
RGB Variations
Color information
#FA9E4A (or 0xFA9E4A) is known color: Sunshade. HEX triplet: FA, 9E and 4A. RGB value is (250,158,74). Sum of RGB (Red+Green+Blue) = 250+158+74=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9E4A is #0561B5. Grayscale: #B0B0B0. Windows color (decimal): -352694 or 4890362. OLE color: 4890362.
HSL color Cylindrical-coordinate representation of color #FA9E4A: hue angle of 28.64º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA9E4A is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 158 | 74 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.02 |
| HSL | 28.64º | 0.95% | 0.64% | - |
| HSV(B) | 28.64º | 0.7% | 0.98% | - |
| XYZ | 52.89 | 45.27 | 12.43 | - |
| YUV | 175.93 | 70.48 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 158 | 74 | 0 | 0.37 | 0.70 | 0.02 | 28.64 | 0.95 | 0.64 |
| Hex | FA | 9E | 4A | 0 | 25 | 46 | 2 | 1D | 5F | 40 |
| Octal | 372 | 236 | 112 | 0 | 45 | 106 | 2 | 35 | 137 | 100 |
| Binary | 11111010 | 10011110 | 1001010 | 0 | 100101 | 1000110 | 10 | 11101 | 1011111 | 1000000 |
Color Harmonies of #FA9E4A
Complementary color
Monochromatic Colors of #FA9E4A
Black with #FA9E4A
Text Example
Text Example
White with #FA9E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9E4A; }
p { color: rgb(250,158,74); }
H1.HeaderClassName
{
color: #FA9E4A;
}
.AnyTagClassName
{
color: #FA9E4A;
}
</style>
background-color css
<style>
a { background-color: #FA9E4A; }
a { background-color: rgb(250,158,74); }
div.DivClassName
{
background-color: #FA9E4A;
}
.BgClassName
{
background-color: #FA9E4A;
}
</style>
border-color css
<style>
span { border-color: #FA9E4A; }
span { border-color: rgb(250,158,74); }
td.TdClassName
{
border-color: #FA9E4A;
}
.TagClassName
{
border-color: #FA9E4A;
}
</style>