Shades of Yellow Sea #F5A03A
Tints of Yellow Sea #F5A03A
RGB
CMYK
RGB Variations
Color information
#F5A03A (or 0xF5A03A) is known color: Yellow Sea. HEX triplet: F5, A0 and 3A. RGB value is (245,160,58). Sum of RGB (Red+Green+Blue) = 245+160+58=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 58 (23.05% from 255 or 12.53% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A03A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A03A is #0A5FC5. Grayscale: #AEAEAE. Windows color (decimal): -679878 or 3842293. OLE color: 3842293.
HSL color Cylindrical-coordinate representation of color #F5A03A: hue angle of 32.73º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5A03A is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 160 | 58 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.04 |
| HSL | 32.73º | 0.9% | 0.59% | - |
| HSV(B) | 32.73º | 0.76% | 0.96% | - |
| XYZ | 50.99 | 44.86 | 9.97 | - |
| YUV | 173.79 | 62.66 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 160 | 58 | 0 | 0.35 | 0.76 | 0.04 | 32.73 | 0.9 | 0.59 |
| Hex | F5 | A0 | 3A | 0 | 23 | 4C | 4 | 21 | 5A | 3B |
| Octal | 365 | 240 | 72 | 0 | 43 | 114 | 4 | 41 | 132 | 73 |
| Binary | 11110101 | 10100000 | 111010 | 0 | 100011 | 1001100 | 100 | 100001 | 1011010 | 111011 |
Color Harmonies of #F5A03A
Complementary color
Monochromatic Colors of #F5A03A
Black with #F5A03A
Text Example
Text Example
White with #F5A03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A03A; }
p { color: rgb(245,160,58); }
H1.HeaderClassName
{
color: #F5A03A;
}
.AnyTagClassName
{
color: #F5A03A;
}
</style>
background-color css
<style>
a { background-color: #F5A03A; }
a { background-color: rgb(245,160,58); }
div.DivClassName
{
background-color: #F5A03A;
}
.BgClassName
{
background-color: #F5A03A;
}
</style>
border-color css
<style>
span { border-color: #F5A03A; }
span { border-color: rgb(245,160,58); }
td.TdClassName
{
border-color: #F5A03A;
}
.TagClassName
{
border-color: #F5A03A;
}
</style>