Shades of Sunshade #FAA24A
Tints of Sunshade #FAA24A
RGB
CMYK
RGB Variations
Color information
#FAA24A (or 0xFAA24A) is known color: Sunshade. HEX triplet: FA, A2 and 4A. RGB value is (250,162,74). Sum of RGB (Red+Green+Blue) = 250+162+74=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA24A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA24A is #055DB5. Grayscale: #B2B2B2. Windows color (decimal): -351670 or 4891386. OLE color: 4891386.
HSL color Cylindrical-coordinate representation of color #FAA24A: hue angle of 30º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FAA24A is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 74 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.02 |
| HSL | 30º | 0.95% | 0.64% | - |
| HSV(B) | 30º | 0.7% | 0.98% | - |
| XYZ | 53.58 | 46.66 | 12.66 | - |
| YUV | 178.28 | 69.15 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 74 | 0 | 0.35 | 0.70 | 0.02 | 30 | 0.95 | 0.64 |
| Hex | FA | A2 | 4A | 0 | 23 | 46 | 2 | 1E | 5F | 40 |
| Octal | 372 | 242 | 112 | 0 | 43 | 106 | 2 | 36 | 137 | 100 |
| Binary | 11111010 | 10100010 | 1001010 | 0 | 100011 | 1000110 | 10 | 11110 | 1011111 | 1000000 |
Color Harmonies of #FAA24A
Complementary color
Monochromatic Colors of #FAA24A
Black with #FAA24A
Text Example
Text Example
White with #FAA24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA24A; }
p { color: rgb(250,162,74); }
H1.HeaderClassName
{
color: #FAA24A;
}
.AnyTagClassName
{
color: #FAA24A;
}
</style>
background-color css
<style>
a { background-color: #FAA24A; }
a { background-color: rgb(250,162,74); }
div.DivClassName
{
background-color: #FAA24A;
}
.BgClassName
{
background-color: #FAA24A;
}
</style>
border-color css
<style>
span { border-color: #FAA24A; }
span { border-color: rgb(250,162,74); }
td.TdClassName
{
border-color: #FAA24A;
}
.TagClassName
{
border-color: #FAA24A;
}
</style>