Shades of Yellow Sea #F2952F
Tints of Yellow Sea #F2952F
RGB
CMYK
RGB Variations
Color information
#F2952F (or 0xF2952F) is known color: Yellow Sea. HEX triplet: F2, 95 and 2F. RGB value is (242,149,47). Sum of RGB (Red+Green+Blue) = 242+149+47=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 47 (18.75% from 255 or 10.73% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F2952F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2952F is #0D6AD0. Grayscale: #A5A5A5. Windows color (decimal): -879313 or 3118578. OLE color: 3118578.
HSL color Cylindrical-coordinate representation of color #F2952F: hue angle of 31.38º 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 #F2952F is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 47 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.05 |
| HSL | 31.38º | 0.88% | 0.57% | - |
| HSV(B) | 31.38º | 0.81% | 0.95% | - |
| XYZ | 47.88 | 40.58 | 8 | - |
| YUV | 165.18 | 61.31 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 47 | 0 | 0.38 | 0.81 | 0.05 | 31.38 | 0.88 | 0.57 |
| Hex | F2 | 95 | 2F | 0 | 26 | 51 | 5 | 1F | 58 | 39 |
| Octal | 362 | 225 | 57 | 0 | 46 | 121 | 5 | 37 | 130 | 71 |
| Binary | 11110010 | 10010101 | 101111 | 0 | 100110 | 1010001 | 101 | 11111 | 1011000 | 111001 |
Color Harmonies of #F2952F
Complementary color
Monochromatic Colors of #F2952F
Black with #F2952F
Text Example
Text Example
White with #F2952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2952F; }
p { color: rgb(242,149,47); }
H1.HeaderClassName
{
color: #F2952F;
}
.AnyTagClassName
{
color: #F2952F;
}
</style>
background-color css
<style>
a { background-color: #F2952F; }
a { background-color: rgb(242,149,47); }
div.DivClassName
{
background-color: #F2952F;
}
.BgClassName
{
background-color: #F2952F;
}
</style>
border-color css
<style>
span { border-color: #F2952F; }
span { border-color: rgb(242,149,47); }
td.TdClassName
{
border-color: #F2952F;
}
.TagClassName
{
border-color: #F2952F;
}
</style>