Shades of Sunshade #FAA34C
Tints of Sunshade #FAA34C
RGB
CMYK
RGB Variations
Color information
#FAA34C (or 0xFAA34C) is known color: Sunshade. HEX triplet: FA, A3 and 4C. RGB value is (250,163,76). Sum of RGB (Red+Green+Blue) = 250+163+76=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 76 (30.08% from 255 or 15.54% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA34C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA34C is #055CB3. Grayscale: #B3B3B3. Windows color (decimal): -351412 or 5022714. OLE color: 5022714.
HSL color Cylindrical-coordinate representation of color #FAA34C: 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 #FAA34C is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 76 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.02 |
| HSL | 30º | 0.95% | 0.64% | - |
| HSV(B) | 30º | 0.7% | 0.98% | - |
| XYZ | 53.83 | 47.04 | 13.08 | - |
| YUV | 179.1 | 69.82 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 76 | 0 | 0.35 | 0.70 | 0.02 | 30 | 0.95 | 0.64 |
| Hex | FA | A3 | 4C | 0 | 23 | 46 | 2 | 1E | 5F | 40 |
| Octal | 372 | 243 | 114 | 0 | 43 | 106 | 2 | 36 | 137 | 100 |
| Binary | 11111010 | 10100011 | 1001100 | 0 | 100011 | 1000110 | 10 | 11110 | 1011111 | 1000000 |
Color Harmonies of #FAA34C
Complementary color
Monochromatic Colors of #FAA34C
Black with #FAA34C
Text Example
Text Example
White with #FAA34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA34C; }
p { color: rgb(250,163,76); }
H1.HeaderClassName
{
color: #FAA34C;
}
.AnyTagClassName
{
color: #FAA34C;
}
</style>
background-color css
<style>
a { background-color: #FAA34C; }
a { background-color: rgb(250,163,76); }
div.DivClassName
{
background-color: #FAA34C;
}
.BgClassName
{
background-color: #FAA34C;
}
</style>
border-color css
<style>
span { border-color: #FAA34C; }
span { border-color: rgb(250,163,76); }
td.TdClassName
{
border-color: #FAA34C;
}
.TagClassName
{
border-color: #FAA34C;
}
</style>