Shades of Sunshade #FFA449
Tints of Sunshade #FFA449
RGB
CMYK
RGB Variations
Color information
#FFA449 (or 0xFFA449) is known color: Sunshade. HEX triplet: FF, A4 and 49. RGB value is (255,164,73). Sum of RGB (Red+Green+Blue) = 255+164+73=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA449 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA449 is #005BB6. Grayscale: #B5B5B5. Windows color (decimal): -23479 or 4826367. OLE color: 4826367.
HSL color Cylindrical-coordinate representation of color #FFA449: hue angle of 30º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFA449 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 73 | - |
| CMYK | 0 | 0.36 | 0.71 | 0 |
| HSL | 30º | 1% | 0.64% | - |
| HSV(B) | 30º | 0.71% | 1% | - |
| XYZ | 55.72 | 48.29 | 12.69 | - |
| YUV | 180.84 | 67.15 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 73 | 0 | 0.36 | 0.71 | 0 | 30 | 1 | 0.64 |
| Hex | FF | A4 | 49 | 0 | 24 | 47 | 0 | 1E | 64 | 40 |
| Octal | 377 | 244 | 111 | 0 | 44 | 107 | 0 | 36 | 144 | 100 |
| Binary | 11111111 | 10100100 | 1001001 | 0 | 100100 | 1000111 | 0 | 11110 | 1100100 | 1000000 |
Color Harmonies of #FFA449
Complementary color
Monochromatic Colors of #FFA449
Black with #FFA449
Text Example
Text Example
White with #FFA449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA449; }
p { color: rgb(255,164,73); }
H1.HeaderClassName
{
color: #FFA449;
}
.AnyTagClassName
{
color: #FFA449;
}
</style>
background-color css
<style>
a { background-color: #FFA449; }
a { background-color: rgb(255,164,73); }
div.DivClassName
{
background-color: #FFA449;
}
.BgClassName
{
background-color: #FFA449;
}
</style>
border-color css
<style>
span { border-color: #FFA449; }
span { border-color: rgb(255,164,73); }
td.TdClassName
{
border-color: #FFA449;
}
.TagClassName
{
border-color: #FFA449;
}
</style>