Shades of Sunshade #FA9E4C
Tints of Sunshade #FA9E4C
RGB
CMYK
RGB Variations
Color information
#FA9E4C (or 0xFA9E4C) is known color: Sunshade. HEX triplet: FA, 9E and 4C. RGB value is (250,158,76). Sum of RGB (Red+Green+Blue) = 250+158+76=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9E4C is #0561B3. Grayscale: #B0B0B0. Windows color (decimal): -352692 or 5021434. OLE color: 5021434.
HSL color Cylindrical-coordinate representation of color #FA9E4C: hue angle of 28.28º 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 #FA9E4C is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 158 | 76 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.02 |
| HSL | 28.28º | 0.95% | 0.64% | - |
| HSV(B) | 28.28º | 0.7% | 0.98% | - |
| XYZ | 52.96 | 45.3 | 12.79 | - |
| YUV | 176.16 | 71.48 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 158 | 76 | 0 | 0.37 | 0.70 | 0.02 | 28.28 | 0.95 | 0.64 |
| Hex | FA | 9E | 4C | 0 | 25 | 46 | 2 | 1C | 5F | 40 |
| Octal | 372 | 236 | 114 | 0 | 45 | 106 | 2 | 34 | 137 | 100 |
| Binary | 11111010 | 10011110 | 1001100 | 0 | 100101 | 1000110 | 10 | 11100 | 1011111 | 1000000 |
Color Harmonies of #FA9E4C
Complementary color
Monochromatic Colors of #FA9E4C
Black with #FA9E4C
Text Example
Text Example
White with #FA9E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9E4C; }
p { color: rgb(250,158,76); }
H1.HeaderClassName
{
color: #FA9E4C;
}
.AnyTagClassName
{
color: #FA9E4C;
}
</style>
background-color css
<style>
a { background-color: #FA9E4C; }
a { background-color: rgb(250,158,76); }
div.DivClassName
{
background-color: #FA9E4C;
}
.BgClassName
{
background-color: #FA9E4C;
}
</style>
border-color css
<style>
span { border-color: #FA9E4C; }
span { border-color: rgb(250,158,76); }
td.TdClassName
{
border-color: #FA9E4C;
}
.TagClassName
{
border-color: #FA9E4C;
}
</style>