Shades of Sunshade #FAA242
Tints of Sunshade #FAA242
RGB
CMYK
RGB Variations
Color information
#FAA242 (or 0xFAA242) is known color: Sunshade. HEX triplet: FA, A2 and 42. RGB value is (250,162,66). Sum of RGB (Red+Green+Blue) = 250+162+66=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 66 (26.17% from 255 or 13.81% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA242 is #055DBD. Grayscale: #B1B1B1. Windows color (decimal): -351678 or 4367098. OLE color: 4367098.
HSL color Cylindrical-coordinate representation of color #FAA242: hue angle of 31.3º 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 #FAA242 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 66 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.02 |
| HSL | 31.3º | 0.95% | 0.62% | - |
| HSV(B) | 31.3º | 0.74% | 0.98% | - |
| XYZ | 53.33 | 46.56 | 11.33 | - |
| YUV | 177.37 | 65.15 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 66 | 0 | 0.35 | 0.74 | 0.02 | 31.3 | 0.95 | 0.62 |
| Hex | FA | A2 | 42 | 0 | 23 | 4A | 2 | 1F | 5F | 3E |
| Octal | 372 | 242 | 102 | 0 | 43 | 112 | 2 | 37 | 137 | 76 |
| Binary | 11111010 | 10100010 | 1000010 | 0 | 100011 | 1001010 | 10 | 11111 | 1011111 | 111110 |
Color Harmonies of #FAA242
Complementary color
Monochromatic Colors of #FAA242
Black with #FAA242
Text Example
Text Example
White with #FAA242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA242; }
p { color: rgb(250,162,66); }
H1.HeaderClassName
{
color: #FAA242;
}
.AnyTagClassName
{
color: #FAA242;
}
</style>
background-color css
<style>
a { background-color: #FAA242; }
a { background-color: rgb(250,162,66); }
div.DivClassName
{
background-color: #FAA242;
}
.BgClassName
{
background-color: #FAA242;
}
</style>
border-color css
<style>
span { border-color: #FAA242; }
span { border-color: rgb(250,162,66); }
td.TdClassName
{
border-color: #FAA242;
}
.TagClassName
{
border-color: #FAA242;
}
</style>