Shades of Sunshade #FAA345
Tints of Sunshade #FAA345
RGB
CMYK
RGB Variations
Color information
#FAA345 (or 0xFAA345) is known color: Sunshade. HEX triplet: FA, A3 and 45. RGB value is (250,163,69). Sum of RGB (Red+Green+Blue) = 250+163+69=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA345 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA345 is #055CBA. Grayscale: #B2B2B2. Windows color (decimal): -351419 or 4563962. OLE color: 4563962.
HSL color Cylindrical-coordinate representation of color #FAA345: hue angle of 31.16º 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 #FAA345 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 69 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.02 |
| HSL | 31.16º | 0.95% | 0.63% | - |
| HSV(B) | 31.16º | 0.72% | 0.98% | - |
| XYZ | 53.6 | 46.95 | 11.87 | - |
| YUV | 178.3 | 66.32 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 69 | 0 | 0.35 | 0.72 | 0.02 | 31.16 | 0.95 | 0.63 |
| Hex | FA | A3 | 45 | 0 | 23 | 48 | 2 | 1F | 5F | 3F |
| Octal | 372 | 243 | 105 | 0 | 43 | 110 | 2 | 37 | 137 | 77 |
| Binary | 11111010 | 10100011 | 1000101 | 0 | 100011 | 1001000 | 10 | 11111 | 1011111 | 111111 |
Color Harmonies of #FAA345
Complementary color
Monochromatic Colors of #FAA345
Black with #FAA345
Text Example
Text Example
White with #FAA345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA345; }
p { color: rgb(250,163,69); }
H1.HeaderClassName
{
color: #FAA345;
}
.AnyTagClassName
{
color: #FAA345;
}
</style>
background-color css
<style>
a { background-color: #FAA345; }
a { background-color: rgb(250,163,69); }
div.DivClassName
{
background-color: #FAA345;
}
.BgClassName
{
background-color: #FAA345;
}
</style>
border-color css
<style>
span { border-color: #FAA345; }
span { border-color: rgb(250,163,69); }
td.TdClassName
{
border-color: #FAA345;
}
.TagClassName
{
border-color: #FAA345;
}
</style>