Shades of Yellow Sea #F2A233
Tints of Yellow Sea #F2A233
RGB
CMYK
RGB Variations
Color information
#F2A233 (or 0xF2A233) is known color: Yellow Sea. HEX triplet: F2, A2 and 33. RGB value is (242,162,51). Sum of RGB (Red+Green+Blue) = 242+162+51=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 51 (20.31% from 255 or 11.21% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A233 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A233 is #0D5DCC. Grayscale: #ADADAD. Windows color (decimal): -875981 or 3384050. OLE color: 3384050.
HSL color Cylindrical-coordinate representation of color #F2A233: hue angle of 34.87º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2A233 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 162 | 51 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.05 |
| HSL | 34.87º | 0.88% | 0.57% | - |
| HSV(B) | 34.87º | 0.79% | 0.95% | - |
| XYZ | 50.14 | 44.96 | 9.17 | - |
| YUV | 173.27 | 59 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 162 | 51 | 0 | 0.33 | 0.79 | 0.05 | 34.87 | 0.88 | 0.57 |
| Hex | F2 | A2 | 33 | 0 | 21 | 4F | 5 | 23 | 58 | 39 |
| Octal | 362 | 242 | 63 | 0 | 41 | 117 | 5 | 43 | 130 | 71 |
| Binary | 11110010 | 10100010 | 110011 | 0 | 100001 | 1001111 | 101 | 100011 | 1011000 | 111001 |
Color Harmonies of #F2A233
Complementary color
Monochromatic Colors of #F2A233
Black with #F2A233
Text Example
Text Example
White with #F2A233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A233; }
p { color: rgb(242,162,51); }
H1.HeaderClassName
{
color: #F2A233;
}
.AnyTagClassName
{
color: #F2A233;
}
</style>
background-color css
<style>
a { background-color: #F2A233; }
a { background-color: rgb(242,162,51); }
div.DivClassName
{
background-color: #F2A233;
}
.BgClassName
{
background-color: #F2A233;
}
</style>
border-color css
<style>
span { border-color: #F2A233; }
span { border-color: rgb(242,162,51); }
td.TdClassName
{
border-color: #F2A233;
}
.TagClassName
{
border-color: #F2A233;
}
</style>