Shades of Sunshade #FFA245
Tints of Sunshade #FFA245
RGB
CMYK
RGB Variations
Color information
#FFA245 (or 0xFFA245) is known color: Sunshade. HEX triplet: FF, A2 and 45. RGB value is (255,162,69). Sum of RGB (Red+Green+Blue) = 255+162+69=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA245 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA245 is #005DBA. Grayscale: #B3B3B3. Windows color (decimal): -23995 or 4563711. OLE color: 4563711.
HSL color Cylindrical-coordinate representation of color #FFA245: hue angle of 30º 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 #FFA245 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 69 | - |
| CMYK | 0 | 0.36 | 0.73 | 0 |
| HSL | 30º | 1% | 0.64% | - |
| HSV(B) | 30º | 0.73% | 1% | - |
| XYZ | 55.23 | 47.53 | 11.89 | - |
| YUV | 179.21 | 65.81 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 69 | 0 | 0.36 | 0.73 | 0 | 30 | 1 | 0.64 |
| Hex | FF | A2 | 45 | 0 | 24 | 49 | 0 | 1E | 64 | 40 |
| Octal | 377 | 242 | 105 | 0 | 44 | 111 | 0 | 36 | 144 | 100 |
| Binary | 11111111 | 10100010 | 1000101 | 0 | 100100 | 1001001 | 0 | 11110 | 1100100 | 1000000 |
Color Harmonies of #FFA245
Complementary color
Monochromatic Colors of #FFA245
Black with #FFA245
Text Example
Text Example
White with #FFA245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA245; }
p { color: rgb(255,162,69); }
H1.HeaderClassName
{
color: #FFA245;
}
.AnyTagClassName
{
color: #FFA245;
}
</style>
background-color css
<style>
a { background-color: #FFA245; }
a { background-color: rgb(255,162,69); }
div.DivClassName
{
background-color: #FFA245;
}
.BgClassName
{
background-color: #FFA245;
}
</style>
border-color css
<style>
span { border-color: #FFA245; }
span { border-color: rgb(255,162,69); }
td.TdClassName
{
border-color: #FFA245;
}
.TagClassName
{
border-color: #FFA245;
}
</style>