Shades of Sunshade #FFA44D
Tints of Sunshade #FFA44D
RGB
CMYK
RGB Variations
Color information
#FFA44D (or 0xFFA44D) is known color: Sunshade. HEX triplet: FF, A4 and 4D. RGB value is (255,164,77). Sum of RGB (Red+Green+Blue) = 255+164+77=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 77 (30.47% from 255 or 15.52% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA44D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA44D is #005BB2. Grayscale: #B5B5B5. Windows color (decimal): -23475 or 5088511. OLE color: 5088511.
HSL color Cylindrical-coordinate representation of color #FFA44D: hue angle of 29.33º 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 #FFA44D is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 77 | - |
| CMYK | 0 | 0.36 | 0.70 | 0 |
| HSL | 29.33º | 1% | 0.65% | - |
| HSV(B) | 29.33º | 0.7% | 1% | - |
| XYZ | 55.86 | 48.35 | 13.41 | - |
| YUV | 181.29 | 69.15 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 77 | 0 | 0.36 | 0.70 | 0 | 29.33 | 1 | 0.65 |
| Hex | FF | A4 | 4D | 0 | 24 | 46 | 0 | 1D | 64 | 41 |
| Octal | 377 | 244 | 115 | 0 | 44 | 106 | 0 | 35 | 144 | 101 |
| Binary | 11111111 | 10100100 | 1001101 | 0 | 100100 | 1000110 | 0 | 11101 | 1100100 | 1000001 |
Color Harmonies of #FFA44D
Complementary color
Monochromatic Colors of #FFA44D
Black with #FFA44D
Text Example
Text Example
White with #FFA44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA44D; }
p { color: rgb(255,164,77); }
H1.HeaderClassName
{
color: #FFA44D;
}
.AnyTagClassName
{
color: #FFA44D;
}
</style>
background-color css
<style>
a { background-color: #FFA44D; }
a { background-color: rgb(255,164,77); }
div.DivClassName
{
background-color: #FFA44D;
}
.BgClassName
{
background-color: #FFA44D;
}
</style>
border-color css
<style>
span { border-color: #FFA44D; }
span { border-color: rgb(255,164,77); }
td.TdClassName
{
border-color: #FFA44D;
}
.TagClassName
{
border-color: #FFA44D;
}
</style>