Shades of Yellow Sea #F2962F
Tints of Yellow Sea #F2962F
RGB
CMYK
RGB Variations
Color information
#F2962F (or 0xF2962F) is known color: Yellow Sea. HEX triplet: F2, 96 and 2F. RGB value is (242,150,47). Sum of RGB (Red+Green+Blue) = 242+150+47=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 47 (18.75% from 255 or 10.71% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F2962F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2962F is #0D69D0. Grayscale: #A6A6A6. Windows color (decimal): -879057 or 3118834. OLE color: 3118834.
HSL color Cylindrical-coordinate representation of color #F2962F: hue angle of 31.69º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2962F is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 47 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.05 |
| HSL | 31.69º | 0.88% | 0.57% | - |
| HSV(B) | 31.69º | 0.81% | 0.95% | - |
| XYZ | 48.04 | 40.9 | 8.05 | - |
| YUV | 165.77 | 60.98 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 47 | 0 | 0.38 | 0.81 | 0.05 | 31.69 | 0.88 | 0.57 |
| Hex | F2 | 96 | 2F | 0 | 26 | 51 | 5 | 20 | 58 | 39 |
| Octal | 362 | 226 | 57 | 0 | 46 | 121 | 5 | 40 | 130 | 71 |
| Binary | 11110010 | 10010110 | 101111 | 0 | 100110 | 1010001 | 101 | 100000 | 1011000 | 111001 |
Color Harmonies of #F2962F
Complementary color
Monochromatic Colors of #F2962F
Black with #F2962F
Text Example
Text Example
White with #F2962F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2962F; }
p { color: rgb(242,150,47); }
H1.HeaderClassName
{
color: #F2962F;
}
.AnyTagClassName
{
color: #F2962F;
}
</style>
background-color css
<style>
a { background-color: #F2962F; }
a { background-color: rgb(242,150,47); }
div.DivClassName
{
background-color: #F2962F;
}
.BgClassName
{
background-color: #F2962F;
}
</style>
border-color css
<style>
span { border-color: #F2962F; }
span { border-color: rgb(242,150,47); }
td.TdClassName
{
border-color: #F2962F;
}
.TagClassName
{
border-color: #F2962F;
}
</style>