Shades of Golden Yellow #F2E703
Tints of Golden Yellow #F2E703
RGB
CMYK
RGB Variations
Color information
#F2E703 (or 0xF2E703) is known color: Golden Yellow. HEX triplet: F2, E7 and 03. RGB value is (242,231,3). Sum of RGB (Red+Green+Blue) = 242+231+3=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 231 (90.62% from 255 or 48.53% from 476); Blue value is 3 (1.56% from 255 or 0.63% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E703 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E703 is #0D18FC. Grayscale: #D1D1D1. Windows color (decimal): -858365 or 255986. OLE color: 255986.
HSL color Cylindrical-coordinate representation of color #F2E703: hue angle of 57.24º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F2E703 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 3 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.05 |
| HSL | 57.24º | 0.98% | 0.48% | - |
| HSV(B) | 57.24º | 0.99% | 0.95% | - |
| XYZ | 65.21 | 76.04 | 11.33 | - |
| YUV | 208.3 | 12.14 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 3 | 0 | 0.05 | 0.99 | 0.05 | 57.24 | 0.98 | 0.48 |
| Hex | F2 | E7 | 3 | 0 | 5 | 63 | 5 | 39 | 62 | 30 |
| Octal | 362 | 347 | 3 | 0 | 5 | 143 | 5 | 71 | 142 | 60 |
| Binary | 11110010 | 11100111 | 11 | 0 | 101 | 1100011 | 101 | 111001 | 1100010 | 110000 |
Color Harmonies of #F2E703
Complementary color
Monochromatic Colors of #F2E703
Black with #F2E703
Text Example
Text Example
White with #F2E703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E703; }
p { color: rgb(242,231,3); }
H1.HeaderClassName
{
color: #F2E703;
}
.AnyTagClassName
{
color: #F2E703;
}
</style>
background-color css
<style>
a { background-color: #F2E703; }
a { background-color: rgb(242,231,3); }
div.DivClassName
{
background-color: #F2E703;
}
.BgClassName
{
background-color: #F2E703;
}
</style>
border-color css
<style>
span { border-color: #F2E703; }
span { border-color: rgb(242,231,3); }
td.TdClassName
{
border-color: #F2E703;
}
.TagClassName
{
border-color: #F2E703;
}
</style>