Shades of Yellow Sea #F0A331
Tints of Yellow Sea #F0A331
RGB
CMYK
RGB Variations
Color information
#F0A331 (or 0xF0A331) is known color: Yellow Sea. HEX triplet: F0, A3 and 31. RGB value is (240,163,49). Sum of RGB (Red+Green+Blue) = 240+163+49=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 49 (19.53% from 255 or 10.84% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A331 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A331 is #0F5CCE. Grayscale: #ADADAD. Windows color (decimal): -1006799 or 3253232. OLE color: 3253232.
HSL color Cylindrical-coordinate representation of color #F0A331: hue angle of 35.81º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0A331 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 49 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.06 |
| HSL | 35.81º | 0.86% | 0.57% | - |
| HSV(B) | 35.81º | 0.8% | 0.94% | - |
| XYZ | 49.59 | 44.94 | 8.97 | - |
| YUV | 173.03 | 58.01 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 49 | 0 | 0.32 | 0.80 | 0.06 | 35.81 | 0.86 | 0.57 |
| Hex | F0 | A3 | 31 | 0 | 20 | 50 | 6 | 24 | 56 | 39 |
| Octal | 360 | 243 | 61 | 0 | 40 | 120 | 6 | 44 | 126 | 71 |
| Binary | 11110000 | 10100011 | 110001 | 0 | 100000 | 1010000 | 110 | 100100 | 1010110 | 111001 |
Color Harmonies of #F0A331
Complementary color
Monochromatic Colors of #F0A331
Black with #F0A331
Text Example
Text Example
White with #F0A331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A331; }
p { color: rgb(240,163,49); }
H1.HeaderClassName
{
color: #F0A331;
}
.AnyTagClassName
{
color: #F0A331;
}
</style>
background-color css
<style>
a { background-color: #F0A331; }
a { background-color: rgb(240,163,49); }
div.DivClassName
{
background-color: #F0A331;
}
.BgClassName
{
background-color: #F0A331;
}
</style>
border-color css
<style>
span { border-color: #F0A331; }
span { border-color: rgb(240,163,49); }
td.TdClassName
{
border-color: #F0A331;
}
.TagClassName
{
border-color: #F0A331;
}
</style>