Shades of Sunshade #FFA241
Tints of Sunshade #FFA241
RGB
CMYK
RGB Variations
Color information
#FFA241 (or 0xFFA241) is known color: Sunshade. HEX triplet: FF, A2 and 41. RGB value is (255,162,65). Sum of RGB (Red+Green+Blue) = 255+162+65=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 65 (25.78% from 255 or 13.49% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA241 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA241 is #005DBE. Grayscale: #B3B3B3. Windows color (decimal): -23999 or 4301567. OLE color: 4301567.
HSL color Cylindrical-coordinate representation of color #FFA241: hue angle of 30.63º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFA241 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 65 | - |
| CMYK | 0 | 0.36 | 0.75 | 0 |
| HSL | 30.63º | 1% | 0.63% | - |
| HSV(B) | 30.63º | 0.75% | 1% | - |
| XYZ | 55.11 | 47.48 | 11.26 | - |
| YUV | 178.75 | 63.81 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 65 | 0 | 0.36 | 0.75 | 0 | 30.63 | 1 | 0.63 |
| Hex | FF | A2 | 41 | 0 | 24 | 4B | 0 | 1F | 64 | 3F |
| Octal | 377 | 242 | 101 | 0 | 44 | 113 | 0 | 37 | 144 | 77 |
| Binary | 11111111 | 10100010 | 1000001 | 0 | 100100 | 1001011 | 0 | 11111 | 1100100 | 111111 |
Color Harmonies of #FFA241
Complementary color
Monochromatic Colors of #FFA241
Black with #FFA241
Text Example
Text Example
White with #FFA241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA241; }
p { color: rgb(255,162,65); }
H1.HeaderClassName
{
color: #FFA241;
}
.AnyTagClassName
{
color: #FFA241;
}
</style>
background-color css
<style>
a { background-color: #FFA241; }
a { background-color: rgb(255,162,65); }
div.DivClassName
{
background-color: #FFA241;
}
.BgClassName
{
background-color: #FFA241;
}
</style>
border-color css
<style>
span { border-color: #FFA241; }
span { border-color: rgb(255,162,65); }
td.TdClassName
{
border-color: #FFA241;
}
.TagClassName
{
border-color: #FFA241;
}
</style>