Shades of Sunshade #FAA043
Tints of Sunshade #FAA043
RGB
CMYK
RGB Variations
Color information
#FAA043 (or 0xFAA043) is known color: Sunshade. HEX triplet: FA, A0 and 43. RGB value is (250,160,67). Sum of RGB (Red+Green+Blue) = 250+160+67=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 67 (26.56% from 255 or 14.05% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA043 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA043 is #055FBC. Grayscale: #B0B0B0. Windows color (decimal): -352189 or 4432122. OLE color: 4432122.
HSL color Cylindrical-coordinate representation of color #FAA043: hue angle of 30.49º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FAA043 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 67 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.02 |
| HSL | 30.49º | 0.95% | 0.62% | - |
| HSV(B) | 30.49º | 0.73% | 0.98% | - |
| XYZ | 53.01 | 45.87 | 11.37 | - |
| YUV | 176.31 | 66.32 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 67 | 0 | 0.36 | 0.73 | 0.02 | 30.49 | 0.95 | 0.62 |
| Hex | FA | A0 | 43 | 0 | 24 | 49 | 2 | 1E | 5F | 3E |
| Octal | 372 | 240 | 103 | 0 | 44 | 111 | 2 | 36 | 137 | 76 |
| Binary | 11111010 | 10100000 | 1000011 | 0 | 100100 | 1001001 | 10 | 11110 | 1011111 | 111110 |
Color Harmonies of #FAA043
Complementary color
Monochromatic Colors of #FAA043
Black with #FAA043
Text Example
Text Example
White with #FAA043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA043; }
p { color: rgb(250,160,67); }
H1.HeaderClassName
{
color: #FAA043;
}
.AnyTagClassName
{
color: #FAA043;
}
</style>
background-color css
<style>
a { background-color: #FAA043; }
a { background-color: rgb(250,160,67); }
div.DivClassName
{
background-color: #FAA043;
}
.BgClassName
{
background-color: #FAA043;
}
</style>
border-color css
<style>
span { border-color: #FAA043; }
span { border-color: rgb(250,160,67); }
td.TdClassName
{
border-color: #FAA043;
}
.TagClassName
{
border-color: #FAA043;
}
</style>