Shades of Sunshade #FFA446
Tints of Sunshade #FFA446
RGB
CMYK
RGB Variations
Color information
#FFA446 (or 0xFFA446) is known color: Sunshade. HEX triplet: FF, A4 and 46. RGB value is (255,164,70). Sum of RGB (Red+Green+Blue) = 255+164+70=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 70 (27.73% from 255 or 14.31% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA446 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA446 is #005BB9. Grayscale: #B4B4B4. Windows color (decimal): -23482 or 4629759. OLE color: 4629759.
HSL color Cylindrical-coordinate representation of color #FFA446: hue angle of 30.49º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFA446 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 70 | - |
| CMYK | 0 | 0.36 | 0.73 | 0 |
| HSL | 30.49º | 1% | 0.64% | - |
| HSV(B) | 30.49º | 0.73% | 1% | - |
| XYZ | 55.62 | 48.25 | 12.18 | - |
| YUV | 180.49 | 65.65 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 70 | 0 | 0.36 | 0.73 | 0 | 30.49 | 1 | 0.64 |
| Hex | FF | A4 | 46 | 0 | 24 | 49 | 0 | 1E | 64 | 40 |
| Octal | 377 | 244 | 106 | 0 | 44 | 111 | 0 | 36 | 144 | 100 |
| Binary | 11111111 | 10100100 | 1000110 | 0 | 100100 | 1001001 | 0 | 11110 | 1100100 | 1000000 |
Color Harmonies of #FFA446
Complementary color
Monochromatic Colors of #FFA446
Black with #FFA446
Text Example
Text Example
White with #FFA446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA446; }
p { color: rgb(255,164,70); }
H1.HeaderClassName
{
color: #FFA446;
}
.AnyTagClassName
{
color: #FFA446;
}
</style>
background-color css
<style>
a { background-color: #FFA446; }
a { background-color: rgb(255,164,70); }
div.DivClassName
{
background-color: #FFA446;
}
.BgClassName
{
background-color: #FFA446;
}
</style>
border-color css
<style>
span { border-color: #FFA446; }
span { border-color: rgb(255,164,70); }
td.TdClassName
{
border-color: #FFA446;
}
.TagClassName
{
border-color: #FFA446;
}
</style>