Shades of Yellow Sea #F2A83E
Tints of Yellow Sea #F2A83E
RGB
CMYK
RGB Variations
Color information
#F2A83E (or 0xF2A83E) is known color: Yellow Sea. HEX triplet: F2, A8 and 3E. RGB value is (242,168,62). Sum of RGB (Red+Green+Blue) = 242+168+62=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 62 (24.61% from 255 or 13.14% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A83E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A83E is #0D57C1. Grayscale: #B2B2B2. Windows color (decimal): -874434 or 4106482. OLE color: 4106482.
HSL color Cylindrical-coordinate representation of color #F2A83E: hue angle of 35.33º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2A83E is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 168 | 62 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.05 |
| HSL | 35.33º | 0.87% | 0.6% | - |
| HSV(B) | 35.33º | 0.74% | 0.95% | - |
| XYZ | 51.49 | 47.23 | 10.96 | - |
| YUV | 178.04 | 62.52 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 168 | 62 | 0 | 0.31 | 0.74 | 0.05 | 35.33 | 0.87 | 0.6 |
| Hex | F2 | A8 | 3E | 0 | 1F | 4A | 5 | 23 | 57 | 3C |
| Octal | 362 | 250 | 76 | 0 | 37 | 112 | 5 | 43 | 127 | 74 |
| Binary | 11110010 | 10101000 | 111110 | 0 | 11111 | 1001010 | 101 | 100011 | 1010111 | 111100 |
Color Harmonies of #F2A83E
Complementary color
Monochromatic Colors of #F2A83E
Black with #F2A83E
Text Example
Text Example
White with #F2A83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A83E; }
p { color: rgb(242,168,62); }
H1.HeaderClassName
{
color: #F2A83E;
}
.AnyTagClassName
{
color: #F2A83E;
}
</style>
background-color css
<style>
a { background-color: #F2A83E; }
a { background-color: rgb(242,168,62); }
div.DivClassName
{
background-color: #F2A83E;
}
.BgClassName
{
background-color: #F2A83E;
}
</style>
border-color css
<style>
span { border-color: #F2A83E; }
span { border-color: rgb(242,168,62); }
td.TdClassName
{
border-color: #F2A83E;
}
.TagClassName
{
border-color: #F2A83E;
}
</style>