Shades of Yellow Sea #F0A236
Tints of Yellow Sea #F0A236
RGB
CMYK
RGB Variations
Color information
#F0A236 (or 0xF0A236) is known color: Yellow Sea. HEX triplet: F0, A2 and 36. RGB value is (240,162,54). Sum of RGB (Red+Green+Blue) = 240+162+54=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 54 (21.48% from 255 or 11.84% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A236 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A236 is #0F5DC9. Grayscale: #ADADAD. Windows color (decimal): -1007050 or 3580656. OLE color: 3580656.
HSL color Cylindrical-coordinate representation of color #F0A236: hue angle of 34.84º 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 #F0A236 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 162 | 54 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.06 |
| HSL | 34.84º | 0.86% | 0.58% | - |
| HSV(B) | 34.84º | 0.78% | 0.94% | - |
| XYZ | 49.52 | 44.63 | 9.49 | - |
| YUV | 173.01 | 60.84 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 54 | 0 | 0.32 | 0.78 | 0.06 | 34.84 | 0.86 | 0.58 |
| Hex | F0 | A2 | 36 | 0 | 20 | 4E | 6 | 23 | 56 | 3A |
| Octal | 360 | 242 | 66 | 0 | 40 | 116 | 6 | 43 | 126 | 72 |
| Binary | 11110000 | 10100010 | 110110 | 0 | 100000 | 1001110 | 110 | 100011 | 1010110 | 111010 |
Color Harmonies of #F0A236
Complementary color
Monochromatic Colors of #F0A236
Black with #F0A236
Text Example
Text Example
White with #F0A236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A236; }
p { color: rgb(240,162,54); }
H1.HeaderClassName
{
color: #F0A236;
}
.AnyTagClassName
{
color: #F0A236;
}
</style>
background-color css
<style>
a { background-color: #F0A236; }
a { background-color: rgb(240,162,54); }
div.DivClassName
{
background-color: #F0A236;
}
.BgClassName
{
background-color: #F0A236;
}
</style>
border-color css
<style>
span { border-color: #F0A236; }
span { border-color: rgb(240,162,54); }
td.TdClassName
{
border-color: #F0A236;
}
.TagClassName
{
border-color: #F0A236;
}
</style>