Shades of Sunshade #FFA445
Tints of Sunshade #FFA445
RGB
CMYK
RGB Variations
Color information
#FFA445 (or 0xFFA445) is known color: Sunshade. HEX triplet: FF, A4 and 45. RGB value is (255,164,69). Sum of RGB (Red+Green+Blue) = 255+164+69=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 69 (27.34% from 255 or 14.14% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA445 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA445 is #005BBA. Grayscale: #B4B4B4. Windows color (decimal): -23483 or 4564223. OLE color: 4564223.
HSL color Cylindrical-coordinate representation of color #FFA445: hue angle of 30.65º 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 #FFA445 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 69 | - |
| CMYK | 0 | 0.36 | 0.73 | 0 |
| HSL | 30.65º | 1% | 0.64% | - |
| HSV(B) | 30.65º | 0.73% | 1% | - |
| XYZ | 55.59 | 48.24 | 12.01 | - |
| YUV | 180.38 | 65.15 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 69 | 0 | 0.36 | 0.73 | 0 | 30.65 | 1 | 0.64 |
| Hex | FF | A4 | 45 | 0 | 24 | 49 | 0 | 1F | 64 | 40 |
| Octal | 377 | 244 | 105 | 0 | 44 | 111 | 0 | 37 | 144 | 100 |
| Binary | 11111111 | 10100100 | 1000101 | 0 | 100100 | 1001001 | 0 | 11111 | 1100100 | 1000000 |
Color Harmonies of #FFA445
Complementary color
Monochromatic Colors of #FFA445
Black with #FFA445
Text Example
Text Example
White with #FFA445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA445; }
p { color: rgb(255,164,69); }
H1.HeaderClassName
{
color: #FFA445;
}
.AnyTagClassName
{
color: #FFA445;
}
</style>
background-color css
<style>
a { background-color: #FFA445; }
a { background-color: rgb(255,164,69); }
div.DivClassName
{
background-color: #FFA445;
}
.BgClassName
{
background-color: #FFA445;
}
</style>
border-color css
<style>
span { border-color: #FFA445; }
span { border-color: rgb(255,164,69); }
td.TdClassName
{
border-color: #FFA445;
}
.TagClassName
{
border-color: #FFA445;
}
</style>