Shades of Sunshade #F0A248
Tints of Sunshade #F0A248
RGB
CMYK
RGB Variations
Color information
#F0A248 (or 0xF0A248) is known color: Sunshade. HEX triplet: F0, A2 and 48. RGB value is (240,162,72). Sum of RGB (Red+Green+Blue) = 240+162+72=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 72 (28.52% from 255 or 15.19% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A248 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A248 is #0F5DB7. Grayscale: #AFAFAF. Windows color (decimal): -1007032 or 4760304. OLE color: 4760304.
HSL color Cylindrical-coordinate representation of color #F0A248: hue angle of 32.14º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0A248 is Cyan = 0, Magento = 0.32, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 162 | 72 | - |
| CMYK | 0 | 0.32 | 0.7 | 0.06 |
| HSL | 32.14º | 0.85% | 0.61% | - |
| HSV(B) | 32.14º | 0.7% | 0.94% | - |
| XYZ | 50.03 | 44.83 | 12.15 | - |
| YUV | 175.06 | 69.84 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 72 | 0 | 0.32 | 0.7 | 0.06 | 32.14 | 0.85 | 0.61 |
| Hex | F0 | A2 | 48 | 0 | 20 | 46 | 6 | 20 | 55 | 3D |
| Octal | 360 | 242 | 110 | 0 | 40 | 106 | 6 | 40 | 125 | 75 |
| Binary | 11110000 | 10100010 | 1001000 | 0 | 100000 | 1000110 | 110 | 100000 | 1010101 | 111101 |
Color Harmonies of #F0A248
Complementary color
Monochromatic Colors of #F0A248
Black with #F0A248
Text Example
Text Example
White with #F0A248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A248; }
p { color: rgb(240,162,72); }
H1.HeaderClassName
{
color: #F0A248;
}
.AnyTagClassName
{
color: #F0A248;
}
</style>
background-color css
<style>
a { background-color: #F0A248; }
a { background-color: rgb(240,162,72); }
div.DivClassName
{
background-color: #F0A248;
}
.BgClassName
{
background-color: #F0A248;
}
</style>
border-color css
<style>
span { border-color: #F0A248; }
span { border-color: rgb(240,162,72); }
td.TdClassName
{
border-color: #F0A248;
}
.TagClassName
{
border-color: #F0A248;
}
</style>