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