Shades of Sunshade #FAA552
Tints of Sunshade #FAA552
RGB
CMYK
RGB Variations
Color information
#FAA552 (or 0xFAA552) is known color: Sunshade. HEX triplet: FA, A5 and 52. RGB value is (250,165,82). Sum of RGB (Red+Green+Blue) = 250+165+82=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA552 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA552 is #055AAD. Grayscale: #B5B5B5. Windows color (decimal): -350894 or 5416442. OLE color: 5416442.
HSL color Cylindrical-coordinate representation of color #FAA552: hue angle of 29.64º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FAA552 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 82 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.02 |
| HSL | 29.64º | 0.94% | 0.65% | - |
| HSV(B) | 29.64º | 0.67% | 0.98% | - |
| XYZ | 54.4 | 47.84 | 14.35 | - |
| YUV | 180.95 | 72.16 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 82 | 0 | 0.34 | 0.67 | 0.02 | 29.64 | 0.94 | 0.65 |
| Hex | FA | A5 | 52 | 0 | 22 | 43 | 2 | 1E | 5E | 41 |
| Octal | 372 | 245 | 122 | 0 | 42 | 103 | 2 | 36 | 136 | 101 |
| Binary | 11111010 | 10100101 | 1010010 | 0 | 100010 | 1000011 | 10 | 11110 | 1011110 | 1000001 |
Color Harmonies of #FAA552
Complementary color
Monochromatic Colors of #FAA552
Black with #FAA552
Text Example
Text Example
White with #FAA552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA552; }
p { color: rgb(250,165,82); }
H1.HeaderClassName
{
color: #FAA552;
}
.AnyTagClassName
{
color: #FAA552;
}
</style>
background-color css
<style>
a { background-color: #FAA552; }
a { background-color: rgb(250,165,82); }
div.DivClassName
{
background-color: #FAA552;
}
.BgClassName
{
background-color: #FAA552;
}
</style>
border-color css
<style>
span { border-color: #FAA552; }
span { border-color: rgb(250,165,82); }
td.TdClassName
{
border-color: #FAA552;
}
.TagClassName
{
border-color: #FAA552;
}
</style>