Shades of Sunshade #FFA244
Tints of Sunshade #FFA244
RGB
CMYK
RGB Variations
Color information
#FFA244 (or 0xFFA244) is known color: Sunshade. HEX triplet: FF, A2 and 44. RGB value is (255,162,68). Sum of RGB (Red+Green+Blue) = 255+162+68=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 68 (26.95% from 255 or 14.02% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA244 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA244 is #005DBB. Grayscale: #B3B3B3. Windows color (decimal): -23996 or 4498175. OLE color: 4498175.
HSL color Cylindrical-coordinate representation of color #FFA244: hue angle of 30.16º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFA244 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 68 | - |
| CMYK | 0 | 0.36 | 0.73 | 0 |
| HSL | 30.16º | 1% | 0.63% | - |
| HSV(B) | 30.16º | 0.73% | 1% | - |
| XYZ | 55.2 | 47.52 | 11.73 | - |
| YUV | 179.09 | 65.31 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 68 | 0 | 0.36 | 0.73 | 0 | 30.16 | 1 | 0.63 |
| Hex | FF | A2 | 44 | 0 | 24 | 49 | 0 | 1E | 64 | 3F |
| Octal | 377 | 242 | 104 | 0 | 44 | 111 | 0 | 36 | 144 | 77 |
| Binary | 11111111 | 10100010 | 1000100 | 0 | 100100 | 1001001 | 0 | 11110 | 1100100 | 111111 |
Color Harmonies of #FFA244
Complementary color
Monochromatic Colors of #FFA244
Black with #FFA244
Text Example
Text Example
White with #FFA244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA244; }
p { color: rgb(255,162,68); }
H1.HeaderClassName
{
color: #FFA244;
}
.AnyTagClassName
{
color: #FFA244;
}
</style>
background-color css
<style>
a { background-color: #FFA244; }
a { background-color: rgb(255,162,68); }
div.DivClassName
{
background-color: #FFA244;
}
.BgClassName
{
background-color: #FFA244;
}
</style>
border-color css
<style>
span { border-color: #FFA244; }
span { border-color: rgb(255,162,68); }
td.TdClassName
{
border-color: #FFA244;
}
.TagClassName
{
border-color: #FFA244;
}
</style>