Shades of Yellow Sea #F2A038
Tints of Yellow Sea #F2A038
RGB
CMYK
RGB Variations
Color information
#F2A038 (or 0xF2A038) is known color: Yellow Sea. HEX triplet: F2, A0 and 38. RGB value is (242,160,56). Sum of RGB (Red+Green+Blue) = 242+160+56=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 56 (22.27% from 255 or 12.23% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A038 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A038 is #0D5FC7. Grayscale: #ADADAD. Windows color (decimal): -876488 or 3711218. OLE color: 3711218.
HSL color Cylindrical-coordinate representation of color #F2A038: hue angle of 33.55º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2A038 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 56 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.05 |
| HSL | 33.55º | 0.88% | 0.58% | - |
| HSV(B) | 33.55º | 0.77% | 0.95% | - |
| XYZ | 49.9 | 44.3 | 9.66 | - |
| YUV | 172.66 | 62.17 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 56 | 0 | 0.34 | 0.77 | 0.05 | 33.55 | 0.88 | 0.58 |
| Hex | F2 | A0 | 38 | 0 | 22 | 4D | 5 | 22 | 58 | 3A |
| Octal | 362 | 240 | 70 | 0 | 42 | 115 | 5 | 42 | 130 | 72 |
| Binary | 11110010 | 10100000 | 111000 | 0 | 100010 | 1001101 | 101 | 100010 | 1011000 | 111010 |
Color Harmonies of #F2A038
Complementary color
Monochromatic Colors of #F2A038
Black with #F2A038
Text Example
Text Example
White with #F2A038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A038; }
p { color: rgb(242,160,56); }
H1.HeaderClassName
{
color: #F2A038;
}
.AnyTagClassName
{
color: #F2A038;
}
</style>
background-color css
<style>
a { background-color: #F2A038; }
a { background-color: rgb(242,160,56); }
div.DivClassName
{
background-color: #F2A038;
}
.BgClassName
{
background-color: #F2A038;
}
</style>
border-color css
<style>
span { border-color: #F2A038; }
span { border-color: rgb(242,160,56); }
td.TdClassName
{
border-color: #F2A038;
}
.TagClassName
{
border-color: #F2A038;
}
</style>