Shades of Yellow Sea #F0962F
Tints of Yellow Sea #F0962F
RGB
CMYK
RGB Variations
Color information
#F0962F (or 0xF0962F) is known color: Yellow Sea. HEX triplet: F0, 96 and 2F. RGB value is (240,150,47). Sum of RGB (Red+Green+Blue) = 240+150+47=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 47 (18.75% from 255 or 10.76% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F0962F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0962F is #0F69D0. Grayscale: #A5A5A5. Windows color (decimal): -1010129 or 3118832. OLE color: 3118832.
HSL color Cylindrical-coordinate representation of color #F0962F: hue angle of 32.02º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0962F is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 47 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.06 |
| HSL | 32.02º | 0.87% | 0.56% | - |
| HSV(B) | 32.02º | 0.8% | 0.94% | - |
| XYZ | 47.35 | 40.54 | 8.02 | - |
| YUV | 165.17 | 61.32 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 47 | 0 | 0.37 | 0.80 | 0.06 | 32.02 | 0.87 | 0.56 |
| Hex | F0 | 96 | 2F | 0 | 25 | 50 | 6 | 20 | 57 | 38 |
| Octal | 360 | 226 | 57 | 0 | 45 | 120 | 6 | 40 | 127 | 70 |
| Binary | 11110000 | 10010110 | 101111 | 0 | 100101 | 1010000 | 110 | 100000 | 1010111 | 111000 |
Color Harmonies of #F0962F
Complementary color
Monochromatic Colors of #F0962F
Black with #F0962F
Text Example
Text Example
White with #F0962F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0962F; }
p { color: rgb(240,150,47); }
H1.HeaderClassName
{
color: #F0962F;
}
.AnyTagClassName
{
color: #F0962F;
}
</style>
background-color css
<style>
a { background-color: #F0962F; }
a { background-color: rgb(240,150,47); }
div.DivClassName
{
background-color: #F0962F;
}
.BgClassName
{
background-color: #F0962F;
}
</style>
border-color css
<style>
span { border-color: #F0962F; }
span { border-color: rgb(240,150,47); }
td.TdClassName
{
border-color: #F0962F;
}
.TagClassName
{
border-color: #F0962F;
}
</style>