Shades of Sunshade #FFA248
Tints of Sunshade #FFA248
RGB
CMYK
RGB Variations
Color information
#FFA248 (or 0xFFA248) is known color: Sunshade. HEX triplet: FF, A2 and 48. RGB value is (255,162,72). Sum of RGB (Red+Green+Blue) = 255+162+72=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA248 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA248 is #005DB7. Grayscale: #B3B3B3. Windows color (decimal): -23992 or 4760319. OLE color: 4760319.
HSL color Cylindrical-coordinate representation of color #FFA248: hue angle of 29.51º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFA248 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 72 | - |
| CMYK | 0 | 0.36 | 0.72 | 0 |
| HSL | 29.51º | 1% | 0.64% | - |
| HSV(B) | 29.51º | 0.72% | 1% | - |
| XYZ | 55.33 | 47.57 | 12.4 | - |
| YUV | 179.55 | 67.31 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 72 | 0 | 0.36 | 0.72 | 0 | 29.51 | 1 | 0.64 |
| Hex | FF | A2 | 48 | 0 | 24 | 48 | 0 | 1E | 64 | 40 |
| Octal | 377 | 242 | 110 | 0 | 44 | 110 | 0 | 36 | 144 | 100 |
| Binary | 11111111 | 10100010 | 1001000 | 0 | 100100 | 1001000 | 0 | 11110 | 1100100 | 1000000 |
Color Harmonies of #FFA248
Complementary color
Monochromatic Colors of #FFA248
Black with #FFA248
Text Example
Text Example
White with #FFA248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA248; }
p { color: rgb(255,162,72); }
H1.HeaderClassName
{
color: #FFA248;
}
.AnyTagClassName
{
color: #FFA248;
}
</style>
background-color css
<style>
a { background-color: #FFA248; }
a { background-color: rgb(255,162,72); }
div.DivClassName
{
background-color: #FFA248;
}
.BgClassName
{
background-color: #FFA248;
}
</style>
border-color css
<style>
span { border-color: #FFA248; }
span { border-color: rgb(255,162,72); }
td.TdClassName
{
border-color: #FFA248;
}
.TagClassName
{
border-color: #FFA248;
}
</style>