Shades of Yellow Sea #F0A739
Tints of Yellow Sea #F0A739
RGB
CMYK
RGB Variations
Color information
#F0A739 (or 0xF0A739) is known color: Yellow Sea. HEX triplet: F0, A7 and 39. RGB value is (240,167,57). Sum of RGB (Red+Green+Blue) = 240+167+57=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 57 (22.66% from 255 or 12.28% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A739 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A739 is #0F58C6. Grayscale: #B0B0B0. Windows color (decimal): -1005767 or 3778544. OLE color: 3778544.
HSL color Cylindrical-coordinate representation of color #F0A739: hue angle of 36.07º 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 #F0A739 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 167 | 57 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.06 |
| HSL | 36.07º | 0.86% | 0.58% | - |
| HSV(B) | 36.07º | 0.76% | 0.94% | - |
| XYZ | 50.49 | 46.46 | 10.18 | - |
| YUV | 176.29 | 60.68 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 167 | 57 | 0 | 0.30 | 0.76 | 0.06 | 36.07 | 0.86 | 0.58 |
| Hex | F0 | A7 | 39 | 0 | 1E | 4C | 6 | 24 | 56 | 3A |
| Octal | 360 | 247 | 71 | 0 | 36 | 114 | 6 | 44 | 126 | 72 |
| Binary | 11110000 | 10100111 | 111001 | 0 | 11110 | 1001100 | 110 | 100100 | 1010110 | 111010 |
Color Harmonies of #F0A739
Complementary color
Monochromatic Colors of #F0A739
Black with #F0A739
Text Example
Text Example
White with #F0A739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A739; }
p { color: rgb(240,167,57); }
H1.HeaderClassName
{
color: #F0A739;
}
.AnyTagClassName
{
color: #F0A739;
}
</style>
background-color css
<style>
a { background-color: #F0A739; }
a { background-color: rgb(240,167,57); }
div.DivClassName
{
background-color: #F0A739;
}
.BgClassName
{
background-color: #F0A739;
}
</style>
border-color css
<style>
span { border-color: #F0A739; }
span { border-color: rgb(240,167,57); }
td.TdClassName
{
border-color: #F0A739;
}
.TagClassName
{
border-color: #F0A739;
}
</style>