Shades of Yellow Sea #F2A93E
Tints of Yellow Sea #F2A93E
RGB
CMYK
RGB Variations
Color information
#F2A93E (or 0xF2A93E) is known color: Yellow Sea. HEX triplet: F2, A9 and 3E. RGB value is (242,169,62). Sum of RGB (Red+Green+Blue) = 242+169+62=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 62 (24.61% from 255 or 13.11% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A93E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A93E is #0D56C1. Grayscale: #B3B3B3. Windows color (decimal): -874178 or 4106738. OLE color: 4106738.
HSL color Cylindrical-coordinate representation of color #F2A93E: hue angle of 35.67º 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 #F2A93E is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 169 | 62 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.05 |
| HSL | 35.67º | 0.87% | 0.6% | - |
| HSV(B) | 35.67º | 0.74% | 0.95% | - |
| XYZ | 51.68 | 47.6 | 11.02 | - |
| YUV | 178.63 | 62.18 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 169 | 62 | 0 | 0.30 | 0.74 | 0.05 | 35.67 | 0.87 | 0.6 |
| Hex | F2 | A9 | 3E | 0 | 1E | 4A | 5 | 24 | 57 | 3C |
| Octal | 362 | 251 | 76 | 0 | 36 | 112 | 5 | 44 | 127 | 74 |
| Binary | 11110010 | 10101001 | 111110 | 0 | 11110 | 1001010 | 101 | 100100 | 1010111 | 111100 |
Color Harmonies of #F2A93E
Complementary color
Monochromatic Colors of #F2A93E
Black with #F2A93E
Text Example
Text Example
White with #F2A93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A93E; }
p { color: rgb(242,169,62); }
H1.HeaderClassName
{
color: #F2A93E;
}
.AnyTagClassName
{
color: #F2A93E;
}
</style>
background-color css
<style>
a { background-color: #F2A93E; }
a { background-color: rgb(242,169,62); }
div.DivClassName
{
background-color: #F2A93E;
}
.BgClassName
{
background-color: #F2A93E;
}
</style>
border-color css
<style>
span { border-color: #F2A93E; }
span { border-color: rgb(242,169,62); }
td.TdClassName
{
border-color: #F2A93E;
}
.TagClassName
{
border-color: #F2A93E;
}
</style>