Shades of Golden Yellow #F2E601
Tints of Golden Yellow #F2E601
RGB
CMYK
RGB Variations
Color information
#F2E601 (or 0xF2E601) is known color: Golden Yellow. HEX triplet: F2, E6 and 01. RGB value is (242,230,1). Sum of RGB (Red+Green+Blue) = 242+230+1=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 230 (90.23% from 255 or 48.63% from 473); Blue value is 1 (0.78% from 255 or 0.21% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E601 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E601 is #0D19FE. Grayscale: #D0D0D0. Windows color (decimal): -858623 or 124658. OLE color: 124658.
HSL color Cylindrical-coordinate representation of color #F2E601: hue angle of 57.01º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2E601 is Cyan = 0, Magento = 0.05, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 1 | - |
| CMYK | 0 | 0.05 | 1.00 | 0.05 |
| HSL | 57.01º | 0.99% | 0.48% | - |
| HSV(B) | 57.01º | 1% | 0.95% | - |
| XYZ | 64.92 | 75.47 | 11.17 | - |
| YUV | 207.48 | 11.48 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 1 | 0 | 0.05 | 1.00 | 0.05 | 57.01 | 0.99 | 0.48 |
| Hex | F2 | E6 | 1 | 0 | 5 | 64 | 5 | 39 | 63 | 30 |
| Octal | 362 | 346 | 1 | 0 | 5 | 144 | 5 | 71 | 143 | 60 |
| Binary | 11110010 | 11100110 | 1 | 0 | 101 | 1100100 | 101 | 111001 | 1100011 | 110000 |
Color Harmonies of #F2E601
Complementary color
Monochromatic Colors of #F2E601
Black with #F2E601
Text Example
Text Example
White with #F2E601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E601; }
p { color: rgb(242,230,1); }
H1.HeaderClassName
{
color: #F2E601;
}
.AnyTagClassName
{
color: #F2E601;
}
</style>
background-color css
<style>
a { background-color: #F2E601; }
a { background-color: rgb(242,230,1); }
div.DivClassName
{
background-color: #F2E601;
}
.BgClassName
{
background-color: #F2E601;
}
</style>
border-color css
<style>
span { border-color: #F2E601; }
span { border-color: rgb(242,230,1); }
td.TdClassName
{
border-color: #F2E601;
}
.TagClassName
{
border-color: #F2E601;
}
</style>