Shades of Sunshade #FAA24C
Tints of Sunshade #FAA24C
RGB
CMYK
RGB Variations
Color information
#FAA24C (or 0xFAA24C) is known color: Sunshade. HEX triplet: FA, A2 and 4C. RGB value is (250,162,76). Sum of RGB (Red+Green+Blue) = 250+162+76=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 76 (30.08% from 255 or 15.57% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA24C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA24C is #055DB3. Grayscale: #B2B2B2. Windows color (decimal): -351668 or 5022458. OLE color: 5022458.
HSL color Cylindrical-coordinate representation of color #FAA24C: hue angle of 29.66º 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 #FAA24C is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 76 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.02 |
| HSL | 29.66º | 0.95% | 0.64% | - |
| HSV(B) | 29.66º | 0.7% | 0.98% | - |
| XYZ | 53.65 | 46.69 | 13.02 | - |
| YUV | 178.51 | 70.15 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 76 | 0 | 0.35 | 0.70 | 0.02 | 29.66 | 0.95 | 0.64 |
| Hex | FA | A2 | 4C | 0 | 23 | 46 | 2 | 1E | 5F | 40 |
| Octal | 372 | 242 | 114 | 0 | 43 | 106 | 2 | 36 | 137 | 100 |
| Binary | 11111010 | 10100010 | 1001100 | 0 | 100011 | 1000110 | 10 | 11110 | 1011111 | 1000000 |
Color Harmonies of #FAA24C
Complementary color
Monochromatic Colors of #FAA24C
Black with #FAA24C
Text Example
Text Example
White with #FAA24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA24C; }
p { color: rgb(250,162,76); }
H1.HeaderClassName
{
color: #FAA24C;
}
.AnyTagClassName
{
color: #FAA24C;
}
</style>
background-color css
<style>
a { background-color: #FAA24C; }
a { background-color: rgb(250,162,76); }
div.DivClassName
{
background-color: #FAA24C;
}
.BgClassName
{
background-color: #FAA24C;
}
</style>
border-color css
<style>
span { border-color: #FAA24C; }
span { border-color: rgb(250,162,76); }
td.TdClassName
{
border-color: #FAA24C;
}
.TagClassName
{
border-color: #FAA24C;
}
</style>