Shades of Yellow Sea #F0A334
Tints of Yellow Sea #F0A334
RGB
CMYK
RGB Variations
Color information
#F0A334 (or 0xF0A334) is known color: Yellow Sea. HEX triplet: F0, A3 and 34. RGB value is (240,163,52). Sum of RGB (Red+Green+Blue) = 240+163+52=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 52 (20.70% from 255 or 11.43% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A334 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A334 is #0F5CCB. Grayscale: #ADADAD. Windows color (decimal): -1006796 or 3449840. OLE color: 3449840.
HSL color Cylindrical-coordinate representation of color #F0A334: hue angle of 35.43º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0A334 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 52 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.06 |
| HSL | 35.43º | 0.86% | 0.57% | - |
| HSV(B) | 35.43º | 0.78% | 0.94% | - |
| XYZ | 49.65 | 44.97 | 9.31 | - |
| YUV | 173.37 | 59.51 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 52 | 0 | 0.32 | 0.78 | 0.06 | 35.43 | 0.86 | 0.57 |
| Hex | F0 | A3 | 34 | 0 | 20 | 4E | 6 | 23 | 56 | 39 |
| Octal | 360 | 243 | 64 | 0 | 40 | 116 | 6 | 43 | 126 | 71 |
| Binary | 11110000 | 10100011 | 110100 | 0 | 100000 | 1001110 | 110 | 100011 | 1010110 | 111001 |
Color Harmonies of #F0A334
Complementary color
Monochromatic Colors of #F0A334
Black with #F0A334
Text Example
Text Example
White with #F0A334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A334; }
p { color: rgb(240,163,52); }
H1.HeaderClassName
{
color: #F0A334;
}
.AnyTagClassName
{
color: #F0A334;
}
</style>
background-color css
<style>
a { background-color: #F0A334; }
a { background-color: rgb(240,163,52); }
div.DivClassName
{
background-color: #F0A334;
}
.BgClassName
{
background-color: #F0A334;
}
</style>
border-color css
<style>
span { border-color: #F0A334; }
span { border-color: rgb(240,163,52); }
td.TdClassName
{
border-color: #F0A334;
}
.TagClassName
{
border-color: #F0A334;
}
</style>