Shades of Yellow Sea #F5A039
Tints of Yellow Sea #F5A039
RGB
CMYK
RGB Variations
Color information
#F5A039 (or 0xF5A039) is known color: Yellow Sea. HEX triplet: F5, A0 and 39. RGB value is (245,160,57). Sum of RGB (Red+Green+Blue) = 245+160+57=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 57 (22.66% from 255 or 12.34% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A039 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A039 is #0A5FC6. Grayscale: #AEAEAE. Windows color (decimal): -679879 or 3776757. OLE color: 3776757.
HSL color Cylindrical-coordinate representation of color #F5A039: hue angle of 32.87º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F5A039 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 160 | 57 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.04 |
| HSL | 32.87º | 0.9% | 0.59% | - |
| HSV(B) | 32.87º | 0.77% | 0.96% | - |
| XYZ | 50.97 | 44.85 | 9.84 | - |
| YUV | 173.67 | 62.16 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 160 | 57 | 0 | 0.35 | 0.77 | 0.04 | 32.87 | 0.9 | 0.59 |
| Hex | F5 | A0 | 39 | 0 | 23 | 4D | 4 | 21 | 5A | 3B |
| Octal | 365 | 240 | 71 | 0 | 43 | 115 | 4 | 41 | 132 | 73 |
| Binary | 11110101 | 10100000 | 111001 | 0 | 100011 | 1001101 | 100 | 100001 | 1011010 | 111011 |
Color Harmonies of #F5A039
Complementary color
Monochromatic Colors of #F5A039
Black with #F5A039
Text Example
Text Example
White with #F5A039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A039; }
p { color: rgb(245,160,57); }
H1.HeaderClassName
{
color: #F5A039;
}
.AnyTagClassName
{
color: #F5A039;
}
</style>
background-color css
<style>
a { background-color: #F5A039; }
a { background-color: rgb(245,160,57); }
div.DivClassName
{
background-color: #F5A039;
}
.BgClassName
{
background-color: #F5A039;
}
</style>
border-color css
<style>
span { border-color: #F5A039; }
span { border-color: rgb(245,160,57); }
td.TdClassName
{
border-color: #F5A039;
}
.TagClassName
{
border-color: #F5A039;
}
</style>