Shades of Yellow Sea #F0A136
Tints of Yellow Sea #F0A136
RGB
CMYK
RGB Variations
Color information
#F0A136 (or 0xF0A136) is known color: Yellow Sea. HEX triplet: F0, A1 and 36. RGB value is (240,161,54). Sum of RGB (Red+Green+Blue) = 240+161+54=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 54 (21.48% from 255 or 11.87% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A136 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A136 is #0F5EC9. Grayscale: #ACACAC. Windows color (decimal): -1007306 or 3580400. OLE color: 3580400.
HSL color Cylindrical-coordinate representation of color #F0A136: hue angle of 34.52º 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 #F0A136 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 161 | 54 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.06 |
| HSL | 34.52º | 0.86% | 0.58% | - |
| HSV(B) | 34.52º | 0.78% | 0.94% | - |
| XYZ | 49.35 | 44.28 | 9.44 | - |
| YUV | 172.42 | 61.17 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 161 | 54 | 0 | 0.33 | 0.78 | 0.06 | 34.52 | 0.86 | 0.58 |
| Hex | F0 | A1 | 36 | 0 | 21 | 4E | 6 | 23 | 56 | 3A |
| Octal | 360 | 241 | 66 | 0 | 41 | 116 | 6 | 43 | 126 | 72 |
| Binary | 11110000 | 10100001 | 110110 | 0 | 100001 | 1001110 | 110 | 100011 | 1010110 | 111010 |
Color Harmonies of #F0A136
Complementary color
Monochromatic Colors of #F0A136
Black with #F0A136
Text Example
Text Example
White with #F0A136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A136; }
p { color: rgb(240,161,54); }
H1.HeaderClassName
{
color: #F0A136;
}
.AnyTagClassName
{
color: #F0A136;
}
</style>
background-color css
<style>
a { background-color: #F0A136; }
a { background-color: rgb(240,161,54); }
div.DivClassName
{
background-color: #F0A136;
}
.BgClassName
{
background-color: #F0A136;
}
</style>
border-color css
<style>
span { border-color: #F0A136; }
span { border-color: rgb(240,161,54); }
td.TdClassName
{
border-color: #F0A136;
}
.TagClassName
{
border-color: #F0A136;
}
</style>