Shades of Sunshade #FFA04C
Tints of Sunshade #FFA04C
RGB
CMYK
RGB Variations
Color information
#FFA04C (or 0xFFA04C) is known color: Sunshade. HEX triplet: FF, A0 and 4C. RGB value is (255,160,76). Sum of RGB (Red+Green+Blue) = 255+160+76=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 76 (30.08% from 255 or 15.48% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA04C is #005FB3. Grayscale: #B3B3B3. Windows color (decimal): -24500 or 5021951. OLE color: 5021951.
HSL color Cylindrical-coordinate representation of color #FFA04C: hue angle of 28.16º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFA04C is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 76 | - |
| CMYK | 0 | 0.37 | 0.70 | 0 |
| HSL | 28.16º | 1% | 0.65% | - |
| HSV(B) | 28.16º | 0.7% | 1% | - |
| XYZ | 55.12 | 46.92 | 12.99 | - |
| YUV | 178.83 | 69.97 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 76 | 0 | 0.37 | 0.70 | 0 | 28.16 | 1 | 0.65 |
| Hex | FF | A0 | 4C | 0 | 25 | 46 | 0 | 1C | 64 | 41 |
| Octal | 377 | 240 | 114 | 0 | 45 | 106 | 0 | 34 | 144 | 101 |
| Binary | 11111111 | 10100000 | 1001100 | 0 | 100101 | 1000110 | 0 | 11100 | 1100100 | 1000001 |
Color Harmonies of #FFA04C
Complementary color
Monochromatic Colors of #FFA04C
Black with #FFA04C
Text Example
Text Example
White with #FFA04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA04C; }
p { color: rgb(255,160,76); }
H1.HeaderClassName
{
color: #FFA04C;
}
.AnyTagClassName
{
color: #FFA04C;
}
</style>
background-color css
<style>
a { background-color: #FFA04C; }
a { background-color: rgb(255,160,76); }
div.DivClassName
{
background-color: #FFA04C;
}
.BgClassName
{
background-color: #FFA04C;
}
</style>
border-color css
<style>
span { border-color: #FFA04C; }
span { border-color: rgb(255,160,76); }
td.TdClassName
{
border-color: #FFA04C;
}
.TagClassName
{
border-color: #FFA04C;
}
</style>