Shades of Yellow Sea #F0A037
Tints of Yellow Sea #F0A037
RGB
CMYK
RGB Variations
Color information
#F0A037 (or 0xF0A037) is known color: Yellow Sea. HEX triplet: F0, A0 and 37. RGB value is (240,160,55). Sum of RGB (Red+Green+Blue) = 240+160+55=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 55 (21.88% from 255 or 12.09% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A037 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A037 is #0F5FC8. Grayscale: #ACACAC. Windows color (decimal): -1007561 or 3645680. OLE color: 3645680.
HSL color Cylindrical-coordinate representation of color #F0A037: hue angle of 34.05º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0A037 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 160 | 55 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.06 |
| HSL | 34.05º | 0.86% | 0.58% | - |
| HSV(B) | 34.05º | 0.77% | 0.94% | - |
| XYZ | 49.2 | 43.94 | 9.5 | - |
| YUV | 171.95 | 62 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 160 | 55 | 0 | 0.33 | 0.77 | 0.06 | 34.05 | 0.86 | 0.58 |
| Hex | F0 | A0 | 37 | 0 | 21 | 4D | 6 | 22 | 56 | 3A |
| Octal | 360 | 240 | 67 | 0 | 41 | 115 | 6 | 42 | 126 | 72 |
| Binary | 11110000 | 10100000 | 110111 | 0 | 100001 | 1001101 | 110 | 100010 | 1010110 | 111010 |
Color Harmonies of #F0A037
Complementary color
Monochromatic Colors of #F0A037
Black with #F0A037
Text Example
Text Example
White with #F0A037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A037; }
p { color: rgb(240,160,55); }
H1.HeaderClassName
{
color: #F0A037;
}
.AnyTagClassName
{
color: #F0A037;
}
</style>
background-color css
<style>
a { background-color: #F0A037; }
a { background-color: rgb(240,160,55); }
div.DivClassName
{
background-color: #F0A037;
}
.BgClassName
{
background-color: #F0A037;
}
</style>
border-color css
<style>
span { border-color: #F0A037; }
span { border-color: rgb(240,160,55); }
td.TdClassName
{
border-color: #F0A037;
}
.TagClassName
{
border-color: #F0A037;
}
</style>