Shades of Sunshade #FFA24B
Tints of Sunshade #FFA24B
RGB
CMYK
RGB Variations
Color information
#FFA24B (or 0xFFA24B) is known color: Sunshade. HEX triplet: FF, A2 and 4B. RGB value is (255,162,75). Sum of RGB (Red+Green+Blue) = 255+162+75=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA24B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA24B is #005DB4. Grayscale: #B4B4B4. Windows color (decimal): -23989 or 4956927. OLE color: 4956927.
HSL color Cylindrical-coordinate representation of color #FFA24B: hue angle of 29º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFA24B is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 75 | - |
| CMYK | 0 | 0.36 | 0.71 | 0 |
| HSL | 29º | 1% | 0.65% | - |
| HSV(B) | 29º | 0.71% | 1% | - |
| XYZ | 55.43 | 47.61 | 12.92 | - |
| YUV | 179.89 | 68.81 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 75 | 0 | 0.36 | 0.71 | 0 | 29 | 1 | 0.65 |
| Hex | FF | A2 | 4B | 0 | 24 | 47 | 0 | 1D | 64 | 41 |
| Octal | 377 | 242 | 113 | 0 | 44 | 107 | 0 | 35 | 144 | 101 |
| Binary | 11111111 | 10100010 | 1001011 | 0 | 100100 | 1000111 | 0 | 11101 | 1100100 | 1000001 |
Color Harmonies of #FFA24B
Complementary color
Monochromatic Colors of #FFA24B
Black with #FFA24B
Text Example
Text Example
White with #FFA24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA24B; }
p { color: rgb(255,162,75); }
H1.HeaderClassName
{
color: #FFA24B;
}
.AnyTagClassName
{
color: #FFA24B;
}
</style>
background-color css
<style>
a { background-color: #FFA24B; }
a { background-color: rgb(255,162,75); }
div.DivClassName
{
background-color: #FFA24B;
}
.BgClassName
{
background-color: #FFA24B;
}
</style>
border-color css
<style>
span { border-color: #FFA24B; }
span { border-color: rgb(255,162,75); }
td.TdClassName
{
border-color: #FFA24B;
}
.TagClassName
{
border-color: #FFA24B;
}
</style>