Shades of Golden Yellow #F2E700
Tints of Golden Yellow #F2E700
RGB
CMYK
RGB Variations
Color information
#F2E700 (or 0xF2E700) is known color: Golden Yellow. HEX triplet: F2, E7 and 00. RGB value is (242,231,0). Sum of RGB (Red+Green+Blue) = 242+231+0=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 231 (90.62% from 255 or 48.84% from 473); Blue value is 0 (0.39% from 255 or 0% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E700 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E700 is #0D18FF. Grayscale: #D0D0D0. Windows color (decimal): -858368 or 59378. OLE color: 59378.
HSL color Cylindrical-coordinate representation of color #F2E700: hue angle of 57.27º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2E700 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.05 |
| HSL | 57.27º | 1% | 0.47% | - |
| HSV(B) | 57.27º | 1% | 0.95% | - |
| XYZ | 65.19 | 76.03 | 11.24 | - |
| YUV | 207.96 | 10.64 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 0 | 0 | 0.05 | 1 | 0.05 | 57.27 | 1 | 0.47 |
| Hex | F2 | E7 | 0 | 0 | 5 | 64 | 5 | 39 | 64 | 2F |
| Octal | 362 | 347 | 0 | 0 | 5 | 144 | 5 | 71 | 144 | 57 |
| Binary | 11110010 | 11100111 | 0 | 0 | 101 | 1100100 | 101 | 111001 | 1100100 | 101111 |
Color Harmonies of #F2E700
Complementary color
Monochromatic Colors of #F2E700
Black with #F2E700
Text Example
Text Example
White with #F2E700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E700; }
p { color: rgb(242,231,0); }
H1.HeaderClassName
{
color: #F2E700;
}
.AnyTagClassName
{
color: #F2E700;
}
</style>
background-color css
<style>
a { background-color: #F2E700; }
a { background-color: rgb(242,231,0); }
div.DivClassName
{
background-color: #F2E700;
}
.BgClassName
{
background-color: #F2E700;
}
</style>
border-color css
<style>
span { border-color: #F2E700; }
span { border-color: rgb(242,231,0); }
td.TdClassName
{
border-color: #F2E700;
}
.TagClassName
{
border-color: #F2E700;
}
</style>