Shades of Yellow Sea #F0A03A
Tints of Yellow Sea #F0A03A
RGB
CMYK
RGB Variations
Color information
#F0A03A (or 0xF0A03A) is known color: Yellow Sea. HEX triplet: F0, A0 and 3A. RGB value is (240,160,58). Sum of RGB (Red+Green+Blue) = 240+160+58=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 58 (23.05% from 255 or 12.66% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A03A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A03A is #0F5FC5. Grayscale: #ACACAC. Windows color (decimal): -1007558 or 3842288. OLE color: 3842288.
HSL color Cylindrical-coordinate representation of color #F0A03A: hue angle of 33.63º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0A03A is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 160 | 58 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.06 |
| HSL | 33.63º | 0.86% | 0.58% | - |
| HSV(B) | 33.63º | 0.76% | 0.94% | - |
| XYZ | 49.27 | 43.97 | 9.89 | - |
| YUV | 172.29 | 63.5 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 160 | 58 | 0 | 0.33 | 0.76 | 0.06 | 33.63 | 0.86 | 0.58 |
| Hex | F0 | A0 | 3A | 0 | 21 | 4C | 6 | 22 | 56 | 3A |
| Octal | 360 | 240 | 72 | 0 | 41 | 114 | 6 | 42 | 126 | 72 |
| Binary | 11110000 | 10100000 | 111010 | 0 | 100001 | 1001100 | 110 | 100010 | 1010110 | 111010 |
Color Harmonies of #F0A03A
Complementary color
Monochromatic Colors of #F0A03A
Black with #F0A03A
Text Example
Text Example
White with #F0A03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A03A; }
p { color: rgb(240,160,58); }
H1.HeaderClassName
{
color: #F0A03A;
}
.AnyTagClassName
{
color: #F0A03A;
}
</style>
background-color css
<style>
a { background-color: #F0A03A; }
a { background-color: rgb(240,160,58); }
div.DivClassName
{
background-color: #F0A03A;
}
.BgClassName
{
background-color: #F0A03A;
}
</style>
border-color css
<style>
span { border-color: #F0A03A; }
span { border-color: rgb(240,160,58); }
td.TdClassName
{
border-color: #F0A03A;
}
.TagClassName
{
border-color: #F0A03A;
}
</style>