Shades of Sunshade #FAA247
Tints of Sunshade #FAA247
RGB
CMYK
RGB Variations
Color information
#FAA247 (or 0xFAA247) is known color: Sunshade. HEX triplet: FA, A2 and 47. RGB value is (250,162,71). Sum of RGB (Red+Green+Blue) = 250+162+71=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 71 (28.12% from 255 or 14.70% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA247 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA247 is #055DB8. Grayscale: #B2B2B2. Windows color (decimal): -351673 or 4694778. OLE color: 4694778.
HSL color Cylindrical-coordinate representation of color #FAA247: hue angle of 30.5º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FAA247 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 71 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.02 |
| HSL | 30.5º | 0.95% | 0.63% | - |
| HSV(B) | 30.5º | 0.72% | 0.98% | - |
| XYZ | 53.48 | 46.62 | 12.14 | - |
| YUV | 177.94 | 67.65 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 71 | 0 | 0.35 | 0.72 | 0.02 | 30.5 | 0.95 | 0.63 |
| Hex | FA | A2 | 47 | 0 | 23 | 48 | 2 | 1F | 5F | 3F |
| Octal | 372 | 242 | 107 | 0 | 43 | 110 | 2 | 37 | 137 | 77 |
| Binary | 11111010 | 10100010 | 1000111 | 0 | 100011 | 1001000 | 10 | 11111 | 1011111 | 111111 |
Color Harmonies of #FAA247
Complementary color
Monochromatic Colors of #FAA247
Black with #FAA247
Text Example
Text Example
White with #FAA247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA247; }
p { color: rgb(250,162,71); }
H1.HeaderClassName
{
color: #FAA247;
}
.AnyTagClassName
{
color: #FAA247;
}
</style>
background-color css
<style>
a { background-color: #FAA247; }
a { background-color: rgb(250,162,71); }
div.DivClassName
{
background-color: #FAA247;
}
.BgClassName
{
background-color: #FAA247;
}
</style>
border-color css
<style>
span { border-color: #FAA247; }
span { border-color: rgb(250,162,71); }
td.TdClassName
{
border-color: #FAA247;
}
.TagClassName
{
border-color: #FAA247;
}
</style>