Shades of Yellow Sea #F5A03D
Tints of Yellow Sea #F5A03D
RGB
CMYK
RGB Variations
Color information
#F5A03D (or 0xF5A03D) is known color: Yellow Sea. HEX triplet: F5, A0 and 3D. RGB value is (245,160,61). Sum of RGB (Red+Green+Blue) = 245+160+61=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A03D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A03D is #0A5FC2. Grayscale: #AEAEAE. Windows color (decimal): -679875 or 4038901. OLE color: 4038901.
HSL color Cylindrical-coordinate representation of color #F5A03D: hue angle of 32.28º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5A03D is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 160 | 61 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.04 |
| HSL | 32.28º | 0.9% | 0.6% | - |
| HSV(B) | 32.28º | 0.75% | 0.96% | - |
| XYZ | 51.07 | 44.89 | 10.39 | - |
| YUV | 174.13 | 64.16 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 160 | 61 | 0 | 0.35 | 0.75 | 0.04 | 32.28 | 0.9 | 0.6 |
| Hex | F5 | A0 | 3D | 0 | 23 | 4B | 4 | 20 | 5A | 3C |
| Octal | 365 | 240 | 75 | 0 | 43 | 113 | 4 | 40 | 132 | 74 |
| Binary | 11110101 | 10100000 | 111101 | 0 | 100011 | 1001011 | 100 | 100000 | 1011010 | 111100 |
Color Harmonies of #F5A03D
Complementary color
Monochromatic Colors of #F5A03D
Black with #F5A03D
Text Example
Text Example
White with #F5A03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A03D; }
p { color: rgb(245,160,61); }
H1.HeaderClassName
{
color: #F5A03D;
}
.AnyTagClassName
{
color: #F5A03D;
}
</style>
background-color css
<style>
a { background-color: #F5A03D; }
a { background-color: rgb(245,160,61); }
div.DivClassName
{
background-color: #F5A03D;
}
.BgClassName
{
background-color: #F5A03D;
}
</style>
border-color css
<style>
span { border-color: #F5A03D; }
span { border-color: rgb(245,160,61); }
td.TdClassName
{
border-color: #F5A03D;
}
.TagClassName
{
border-color: #F5A03D;
}
</style>