Shades of Sunshade #FAA450
Tints of Sunshade #FAA450
RGB
CMYK
RGB Variations
Color information
#FAA450 (or 0xFAA450) is known color: Sunshade. HEX triplet: FA, A4 and 50. RGB value is (250,164,80). Sum of RGB (Red+Green+Blue) = 250+164+80=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA450 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA450 is #055BAF. Grayscale: #B4B4B4. Windows color (decimal): -351152 or 5285114. OLE color: 5285114.
HSL color Cylindrical-coordinate representation of color #FAA450: hue angle of 29.65º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FAA450 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 80 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.02 |
| HSL | 29.65º | 0.94% | 0.65% | - |
| HSV(B) | 29.65º | 0.68% | 0.98% | - |
| XYZ | 54.15 | 47.45 | 13.9 | - |
| YUV | 180.14 | 71.49 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 80 | 0 | 0.34 | 0.68 | 0.02 | 29.65 | 0.94 | 0.65 |
| Hex | FA | A4 | 50 | 0 | 22 | 44 | 2 | 1E | 5E | 41 |
| Octal | 372 | 244 | 120 | 0 | 42 | 104 | 2 | 36 | 136 | 101 |
| Binary | 11111010 | 10100100 | 1010000 | 0 | 100010 | 1000100 | 10 | 11110 | 1011110 | 1000001 |
Color Harmonies of #FAA450
Complementary color
Monochromatic Colors of #FAA450
Black with #FAA450
Text Example
Text Example
White with #FAA450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA450; }
p { color: rgb(250,164,80); }
H1.HeaderClassName
{
color: #FAA450;
}
.AnyTagClassName
{
color: #FAA450;
}
</style>
background-color css
<style>
a { background-color: #FAA450; }
a { background-color: rgb(250,164,80); }
div.DivClassName
{
background-color: #FAA450;
}
.BgClassName
{
background-color: #FAA450;
}
</style>
border-color css
<style>
span { border-color: #FAA450; }
span { border-color: rgb(250,164,80); }
td.TdClassName
{
border-color: #FAA450;
}
.TagClassName
{
border-color: #FAA450;
}
</style>