Shades of Yellow Sea #F2A337
Tints of Yellow Sea #F2A337
RGB
CMYK
RGB Variations
Color information
#F2A337 (or 0xF2A337) is known color: Yellow Sea. HEX triplet: F2, A3 and 37. RGB value is (242,163,55). Sum of RGB (Red+Green+Blue) = 242+163+55=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 55 (21.88% from 255 or 11.96% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A337 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A337 is #0D5CC8. Grayscale: #AEAEAE. Windows color (decimal): -875721 or 3646450. OLE color: 3646450.
HSL color Cylindrical-coordinate representation of color #F2A337: hue angle of 34.65º 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 #F2A337 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 55 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.05 |
| HSL | 34.65º | 0.88% | 0.58% | - |
| HSV(B) | 34.65º | 0.77% | 0.95% | - |
| XYZ | 50.4 | 45.35 | 9.71 | - |
| YUV | 174.31 | 60.67 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 55 | 0 | 0.33 | 0.77 | 0.05 | 34.65 | 0.88 | 0.58 |
| Hex | F2 | A3 | 37 | 0 | 21 | 4D | 5 | 23 | 58 | 3A |
| Octal | 362 | 243 | 67 | 0 | 41 | 115 | 5 | 43 | 130 | 72 |
| Binary | 11110010 | 10100011 | 110111 | 0 | 100001 | 1001101 | 101 | 100011 | 1011000 | 111010 |
Color Harmonies of #F2A337
Complementary color
Monochromatic Colors of #F2A337
Black with #F2A337
Text Example
Text Example
White with #F2A337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A337; }
p { color: rgb(242,163,55); }
H1.HeaderClassName
{
color: #F2A337;
}
.AnyTagClassName
{
color: #F2A337;
}
</style>
background-color css
<style>
a { background-color: #F2A337; }
a { background-color: rgb(242,163,55); }
div.DivClassName
{
background-color: #F2A337;
}
.BgClassName
{
background-color: #F2A337;
}
</style>
border-color css
<style>
span { border-color: #F2A337; }
span { border-color: rgb(242,163,55); }
td.TdClassName
{
border-color: #F2A337;
}
.TagClassName
{
border-color: #F2A337;
}
</style>