Shades of Golden Yellow #F2E600
Tints of Golden Yellow #F2E600
RGB
CMYK
RGB Variations
Color information
#F2E600 (or 0xF2E600) is known color: Golden Yellow. HEX triplet: F2, E6 and 00. RGB value is (242,230,0). Sum of RGB (Red+Green+Blue) = 242+230+0=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 230 (90.23% from 255 or 48.73% from 472); Blue value is 0 (0.39% from 255 or 0% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E600 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E600 is #0D19FF. Grayscale: #D0D0D0. Windows color (decimal): -858624 or 59122. OLE color: 59122.
HSL color Cylindrical-coordinate representation of color #F2E600: hue angle of 57.02º 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 #F2E600 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.05 |
| HSL | 57.02º | 1% | 0.47% | - |
| HSV(B) | 57.02º | 1% | 0.95% | - |
| XYZ | 64.91 | 75.47 | 11.15 | - |
| YUV | 207.37 | 10.98 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 0 | 0 | 0.05 | 1 | 0.05 | 57.02 | 1 | 0.47 |
| Hex | F2 | E6 | 0 | 0 | 5 | 64 | 5 | 39 | 64 | 2F |
| Octal | 362 | 346 | 0 | 0 | 5 | 144 | 5 | 71 | 144 | 57 |
| Binary | 11110010 | 11100110 | 0 | 0 | 101 | 1100100 | 101 | 111001 | 1100100 | 101111 |
Color Harmonies of #F2E600
Complementary color
Monochromatic Colors of #F2E600
Black with #F2E600
Text Example
Text Example
White with #F2E600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E600; }
p { color: rgb(242,230,0); }
H1.HeaderClassName
{
color: #F2E600;
}
.AnyTagClassName
{
color: #F2E600;
}
</style>
background-color css
<style>
a { background-color: #F2E600; }
a { background-color: rgb(242,230,0); }
div.DivClassName
{
background-color: #F2E600;
}
.BgClassName
{
background-color: #F2E600;
}
</style>
border-color css
<style>
span { border-color: #F2E600; }
span { border-color: rgb(242,230,0); }
td.TdClassName
{
border-color: #F2E600;
}
.TagClassName
{
border-color: #F2E600;
}
</style>