Shades of Yellow Sea #F2982B
Tints of Yellow Sea #F2982B
RGB
CMYK
RGB Variations
Color information
#F2982B (or 0xF2982B) is known color: Yellow Sea. HEX triplet: F2, 98 and 2B. RGB value is (242,152,43). Sum of RGB (Red+Green+Blue) = 242+152+43=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 43 (17.19% from 255 or 9.84% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F2982B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2982B is #0D67D4. Grayscale: #A7A7A7. Windows color (decimal): -878549 or 2857202. OLE color: 2857202.
HSL color Cylindrical-coordinate representation of color #F2982B: hue angle of 32.86º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2982B is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 43 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.05 |
| HSL | 32.86º | 0.88% | 0.56% | - |
| HSV(B) | 32.86º | 0.82% | 0.95% | - |
| XYZ | 48.28 | 41.51 | 7.75 | - |
| YUV | 166.48 | 58.32 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 43 | 0 | 0.37 | 0.82 | 0.05 | 32.86 | 0.88 | 0.56 |
| Hex | F2 | 98 | 2B | 0 | 25 | 52 | 5 | 21 | 58 | 38 |
| Octal | 362 | 230 | 53 | 0 | 45 | 122 | 5 | 41 | 130 | 70 |
| Binary | 11110010 | 10011000 | 101011 | 0 | 100101 | 1010010 | 101 | 100001 | 1011000 | 111000 |
Color Harmonies of #F2982B
Complementary color
Monochromatic Colors of #F2982B
Black with #F2982B
Text Example
Text Example
White with #F2982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2982B; }
p { color: rgb(242,152,43); }
H1.HeaderClassName
{
color: #F2982B;
}
.AnyTagClassName
{
color: #F2982B;
}
</style>
background-color css
<style>
a { background-color: #F2982B; }
a { background-color: rgb(242,152,43); }
div.DivClassName
{
background-color: #F2982B;
}
.BgClassName
{
background-color: #F2982B;
}
</style>
border-color css
<style>
span { border-color: #F2982B; }
span { border-color: rgb(242,152,43); }
td.TdClassName
{
border-color: #F2982B;
}
.TagClassName
{
border-color: #F2982B;
}
</style>