Shades of Yellow Sea #F0A036
Tints of Yellow Sea #F0A036
RGB
CMYK
RGB Variations
Color information
#F0A036 (or 0xF0A036) is known color: Yellow Sea. HEX triplet: F0, A0 and 36. RGB value is (240,160,54). Sum of RGB (Red+Green+Blue) = 240+160+54=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 54 (21.48% from 255 or 11.89% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A036 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A036 is #0F5FC9. Grayscale: #ACACAC. Windows color (decimal): -1007562 or 3580144. OLE color: 3580144.
HSL color Cylindrical-coordinate representation of color #F0A036: hue angle of 34.19º 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 #F0A036 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 160 | 54 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.06 |
| HSL | 34.19º | 0.86% | 0.58% | - |
| HSV(B) | 34.19º | 0.78% | 0.94% | - |
| XYZ | 49.17 | 43.93 | 9.38 | - |
| YUV | 171.84 | 61.5 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 160 | 54 | 0 | 0.33 | 0.78 | 0.06 | 34.19 | 0.86 | 0.58 |
| Hex | F0 | A0 | 36 | 0 | 21 | 4E | 6 | 22 | 56 | 3A |
| Octal | 360 | 240 | 66 | 0 | 41 | 116 | 6 | 42 | 126 | 72 |
| Binary | 11110000 | 10100000 | 110110 | 0 | 100001 | 1001110 | 110 | 100010 | 1010110 | 111010 |
Color Harmonies of #F0A036
Complementary color
Monochromatic Colors of #F0A036
Black with #F0A036
Text Example
Text Example
White with #F0A036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A036; }
p { color: rgb(240,160,54); }
H1.HeaderClassName
{
color: #F0A036;
}
.AnyTagClassName
{
color: #F0A036;
}
</style>
background-color css
<style>
a { background-color: #F0A036; }
a { background-color: rgb(240,160,54); }
div.DivClassName
{
background-color: #F0A036;
}
.BgClassName
{
background-color: #F0A036;
}
</style>
border-color css
<style>
span { border-color: #F0A036; }
span { border-color: rgb(240,160,54); }
td.TdClassName
{
border-color: #F0A036;
}
.TagClassName
{
border-color: #F0A036;
}
</style>