Shades of Sunshade #FAA240
Tints of Sunshade #FAA240
RGB
CMYK
RGB Variations
Color information
#FAA240 (or 0xFAA240) is known color: Sunshade. HEX triplet: FA, A2 and 40. RGB value is (250,162,64). Sum of RGB (Red+Green+Blue) = 250+162+64=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA240 is #055DBF. Grayscale: #B1B1B1. Windows color (decimal): -351680 or 4236026. OLE color: 4236026.
HSL color Cylindrical-coordinate representation of color #FAA240: hue angle of 31.61º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FAA240 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 64 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.02 |
| HSL | 31.61º | 0.95% | 0.62% | - |
| HSV(B) | 31.61º | 0.74% | 0.98% | - |
| XYZ | 53.27 | 46.53 | 11.02 | - |
| YUV | 177.14 | 64.15 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 64 | 0 | 0.35 | 0.74 | 0.02 | 31.61 | 0.95 | 0.62 |
| Hex | FA | A2 | 40 | 0 | 23 | 4A | 2 | 20 | 5F | 3E |
| Octal | 372 | 242 | 100 | 0 | 43 | 112 | 2 | 40 | 137 | 76 |
| Binary | 11111010 | 10100010 | 1000000 | 0 | 100011 | 1001010 | 10 | 100000 | 1011111 | 111110 |
Color Harmonies of #FAA240
Complementary color
Monochromatic Colors of #FAA240
Black with #FAA240
Text Example
Text Example
White with #FAA240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA240; }
p { color: rgb(250,162,64); }
H1.HeaderClassName
{
color: #FAA240;
}
.AnyTagClassName
{
color: #FAA240;
}
</style>
background-color css
<style>
a { background-color: #FAA240; }
a { background-color: rgb(250,162,64); }
div.DivClassName
{
background-color: #FAA240;
}
.BgClassName
{
background-color: #FAA240;
}
</style>
border-color css
<style>
span { border-color: #FAA240; }
span { border-color: rgb(250,162,64); }
td.TdClassName
{
border-color: #FAA240;
}
.TagClassName
{
border-color: #FAA240;
}
</style>