Shades of Yellow Sea #F2962D
Tints of Yellow Sea #F2962D
RGB
CMYK
RGB Variations
Color information
#F2962D (or 0xF2962D) is known color: Yellow Sea. HEX triplet: F2, 96 and 2D. RGB value is (242,150,45). Sum of RGB (Red+Green+Blue) = 242+150+45=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F2962D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2962D is #0D69D2. Grayscale: #A6A6A6. Windows color (decimal): -879059 or 2987762. OLE color: 2987762.
HSL color Cylindrical-coordinate representation of color #F2962D: hue angle of 31.98º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2962D is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 45 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.05 |
| HSL | 31.98º | 0.88% | 0.56% | - |
| HSV(B) | 31.98º | 0.81% | 0.95% | - |
| XYZ | 48 | 40.88 | 7.84 | - |
| YUV | 165.54 | 59.98 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 45 | 0 | 0.38 | 0.81 | 0.05 | 31.98 | 0.88 | 0.56 |
| Hex | F2 | 96 | 2D | 0 | 26 | 51 | 5 | 20 | 58 | 38 |
| Octal | 362 | 226 | 55 | 0 | 46 | 121 | 5 | 40 | 130 | 70 |
| Binary | 11110010 | 10010110 | 101101 | 0 | 100110 | 1010001 | 101 | 100000 | 1011000 | 111000 |
Color Harmonies of #F2962D
Complementary color
Monochromatic Colors of #F2962D
Black with #F2962D
Text Example
Text Example
White with #F2962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2962D; }
p { color: rgb(242,150,45); }
H1.HeaderClassName
{
color: #F2962D;
}
.AnyTagClassName
{
color: #F2962D;
}
</style>
background-color css
<style>
a { background-color: #F2962D; }
a { background-color: rgb(242,150,45); }
div.DivClassName
{
background-color: #F2962D;
}
.BgClassName
{
background-color: #F2962D;
}
</style>
border-color css
<style>
span { border-color: #F2962D; }
span { border-color: rgb(242,150,45); }
td.TdClassName
{
border-color: #F2962D;
}
.TagClassName
{
border-color: #F2962D;
}
</style>