Shades of Sunshade #F0A14C
Tints of Sunshade #F0A14C
RGB
CMYK
RGB Variations
Color information
#F0A14C (or 0xF0A14C) is known color: Sunshade. HEX triplet: F0, A1 and 4C. RGB value is (240,161,76). Sum of RGB (Red+Green+Blue) = 240+161+76=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A14C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A14C is #0F5EB3. Grayscale: #AFAFAF. Windows color (decimal): -1007284 or 5022192. OLE color: 5022192.
HSL color Cylindrical-coordinate representation of color #F0A14C: hue angle of 31.1º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0A14C is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 161 | 76 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.06 |
| HSL | 31.1º | 0.85% | 0.62% | - |
| HSV(B) | 31.1º | 0.68% | 0.94% | - |
| XYZ | 49.98 | 44.54 | 12.8 | - |
| YUV | 174.93 | 72.17 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 161 | 76 | 0 | 0.33 | 0.68 | 0.06 | 31.1 | 0.85 | 0.62 |
| Hex | F0 | A1 | 4C | 0 | 21 | 44 | 6 | 1F | 55 | 3E |
| Octal | 360 | 241 | 114 | 0 | 41 | 104 | 6 | 37 | 125 | 76 |
| Binary | 11110000 | 10100001 | 1001100 | 0 | 100001 | 1000100 | 110 | 11111 | 1010101 | 111110 |
Color Harmonies of #F0A14C
Complementary color
Monochromatic Colors of #F0A14C
Black with #F0A14C
Text Example
Text Example
White with #F0A14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A14C; }
p { color: rgb(240,161,76); }
H1.HeaderClassName
{
color: #F0A14C;
}
.AnyTagClassName
{
color: #F0A14C;
}
</style>
background-color css
<style>
a { background-color: #F0A14C; }
a { background-color: rgb(240,161,76); }
div.DivClassName
{
background-color: #F0A14C;
}
.BgClassName
{
background-color: #F0A14C;
}
</style>
border-color css
<style>
span { border-color: #F0A14C; }
span { border-color: rgb(240,161,76); }
td.TdClassName
{
border-color: #F0A14C;
}
.TagClassName
{
border-color: #F0A14C;
}
</style>