Shades of Yellow Sea #F2982F
Tints of Yellow Sea #F2982F
RGB
CMYK
RGB Variations
Color information
#F2982F (or 0xF2982F) is known color: Yellow Sea. HEX triplet: F2, 98 and 2F. RGB value is (242,152,47). Sum of RGB (Red+Green+Blue) = 242+152+47=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 47 (18.75% from 255 or 10.66% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F2982F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2982F is #0D67D0. Grayscale: #A7A7A7. Windows color (decimal): -878545 or 3119346. OLE color: 3119346.
HSL color Cylindrical-coordinate representation of color #F2982F: hue angle of 32.31º 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 #F2982F is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 47 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.05 |
| HSL | 32.31º | 0.88% | 0.57% | - |
| HSV(B) | 32.31º | 0.81% | 0.95% | - |
| XYZ | 48.36 | 41.54 | 8.16 | - |
| YUV | 166.94 | 60.32 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 47 | 0 | 0.37 | 0.81 | 0.05 | 32.31 | 0.88 | 0.57 |
| Hex | F2 | 98 | 2F | 0 | 25 | 51 | 5 | 20 | 58 | 39 |
| Octal | 362 | 230 | 57 | 0 | 45 | 121 | 5 | 40 | 130 | 71 |
| Binary | 11110010 | 10011000 | 101111 | 0 | 100101 | 1010001 | 101 | 100000 | 1011000 | 111001 |
Color Harmonies of #F2982F
Complementary color
Monochromatic Colors of #F2982F
Black with #F2982F
Text Example
Text Example
White with #F2982F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2982F; }
p { color: rgb(242,152,47); }
H1.HeaderClassName
{
color: #F2982F;
}
.AnyTagClassName
{
color: #F2982F;
}
</style>
background-color css
<style>
a { background-color: #F2982F; }
a { background-color: rgb(242,152,47); }
div.DivClassName
{
background-color: #F2982F;
}
.BgClassName
{
background-color: #F2982F;
}
</style>
border-color css
<style>
span { border-color: #F2982F; }
span { border-color: rgb(242,152,47); }
td.TdClassName
{
border-color: #F2982F;
}
.TagClassName
{
border-color: #F2982F;
}
</style>