Shades of Golden Yellow #F2E100
Tints of Golden Yellow #F2E100
RGB
CMYK
RGB Variations
Color information
#F2E100 (or 0xF2E100) is known color: Golden Yellow. HEX triplet: F2, E1 and 00. RGB value is (242,225,0). Sum of RGB (Red+Green+Blue) = 242+225+0=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 0 (0.39% from 255 or 0% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E100 is #0D1EFF. Grayscale: #CDCDCD. Windows color (decimal): -859904 or 57842. OLE color: 57842.
HSL color Cylindrical-coordinate representation of color #F2E100: hue angle of 55.79º 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 #F2E100 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.05 |
| HSL | 55.79º | 1% | 0.47% | - |
| HSV(B) | 55.79º | 1% | 0.95% | - |
| XYZ | 63.54 | 72.73 | 10.69 | - |
| YUV | 204.43 | 12.63 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 0 | 0 | 0.07 | 1 | 0.05 | 55.79 | 1 | 0.47 |
| Hex | F2 | E1 | 0 | 0 | 7 | 64 | 5 | 38 | 64 | 2F |
| Octal | 362 | 341 | 0 | 0 | 7 | 144 | 5 | 70 | 144 | 57 |
| Binary | 11110010 | 11100001 | 0 | 0 | 111 | 1100100 | 101 | 111000 | 1100100 | 101111 |
Color Harmonies of #F2E100
Complementary color
Monochromatic Colors of #F2E100
Black with #F2E100
Text Example
Text Example
White with #F2E100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E100; }
p { color: rgb(242,225,0); }
H1.HeaderClassName
{
color: #F2E100;
}
.AnyTagClassName
{
color: #F2E100;
}
</style>
background-color css
<style>
a { background-color: #F2E100; }
a { background-color: rgb(242,225,0); }
div.DivClassName
{
background-color: #F2E100;
}
.BgClassName
{
background-color: #F2E100;
}
</style>
border-color css
<style>
span { border-color: #F2E100; }
span { border-color: rgb(242,225,0); }
td.TdClassName
{
border-color: #F2E100;
}
.TagClassName
{
border-color: #F2E100;
}
</style>