Shades of Yellow Sea #F0962E
Tints of Yellow Sea #F0962E
RGB
CMYK
RGB Variations
Color information
#F0962E (or 0xF0962E) is known color: Yellow Sea. HEX triplet: F0, 96 and 2E. RGB value is (240,150,46). Sum of RGB (Red+Green+Blue) = 240+150+46=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0962E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0962E is #0F69D1. Grayscale: #A5A5A5. Windows color (decimal): -1010130 or 3053296. OLE color: 3053296.
HSL color Cylindrical-coordinate representation of color #F0962E: hue angle of 32.16º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0962E is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 46 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.06 |
| HSL | 32.16º | 0.87% | 0.56% | - |
| HSV(B) | 32.16º | 0.81% | 0.94% | - |
| XYZ | 47.33 | 40.54 | 7.91 | - |
| YUV | 165.05 | 60.82 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 46 | 0 | 0.37 | 0.81 | 0.06 | 32.16 | 0.87 | 0.56 |
| Hex | F0 | 96 | 2E | 0 | 25 | 51 | 6 | 20 | 57 | 38 |
| Octal | 360 | 226 | 56 | 0 | 45 | 121 | 6 | 40 | 127 | 70 |
| Binary | 11110000 | 10010110 | 101110 | 0 | 100101 | 1010001 | 110 | 100000 | 1010111 | 111000 |
Color Harmonies of #F0962E
Complementary color
Monochromatic Colors of #F0962E
Black with #F0962E
Text Example
Text Example
White with #F0962E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0962E; }
p { color: rgb(240,150,46); }
H1.HeaderClassName
{
color: #F0962E;
}
.AnyTagClassName
{
color: #F0962E;
}
</style>
background-color css
<style>
a { background-color: #F0962E; }
a { background-color: rgb(240,150,46); }
div.DivClassName
{
background-color: #F0962E;
}
.BgClassName
{
background-color: #F0962E;
}
</style>
border-color css
<style>
span { border-color: #F0962E; }
span { border-color: rgb(240,150,46); }
td.TdClassName
{
border-color: #F0962E;
}
.TagClassName
{
border-color: #F0962E;
}
</style>