Shades of Golden Yellow #F2DE00
Tints of Golden Yellow #F2DE00
RGB
CMYK
RGB Variations
Color information
#F2DE00 (or 0xF2DE00) is known color: Golden Yellow. HEX triplet: F2, DE and 00. RGB value is (242,222,0). Sum of RGB (Red+Green+Blue) = 242+222+0=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 222 (87.11% from 255 or 47.84% from 464); Blue value is 0 (0.39% from 255 or 0% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DE00 is #0D21FF. Grayscale: #CBCBCB. Windows color (decimal): -860672 or 57074. OLE color: 57074.
HSL color Cylindrical-coordinate representation of color #F2DE00: hue angle of 55.04º 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 #F2DE00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.05 |
| HSL | 55.04º | 1% | 0.47% | - |
| HSV(B) | 55.04º | 1% | 0.95% | - |
| XYZ | 62.74 | 71.12 | 10.42 | - |
| YUV | 202.67 | 13.63 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 0 | 0 | 0.08 | 1 | 0.05 | 55.04 | 1 | 0.47 |
| Hex | F2 | DE | 0 | 0 | 8 | 64 | 5 | 37 | 64 | 2F |
| Octal | 362 | 336 | 0 | 0 | 10 | 144 | 5 | 67 | 144 | 57 |
| Binary | 11110010 | 11011110 | 0 | 0 | 1000 | 1100100 | 101 | 110111 | 1100100 | 101111 |
Color Harmonies of #F2DE00
Complementary color
Monochromatic Colors of #F2DE00
Black with #F2DE00
Text Example
Text Example
White with #F2DE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DE00; }
p { color: rgb(242,222,0); }
H1.HeaderClassName
{
color: #F2DE00;
}
.AnyTagClassName
{
color: #F2DE00;
}
</style>
background-color css
<style>
a { background-color: #F2DE00; }
a { background-color: rgb(242,222,0); }
div.DivClassName
{
background-color: #F2DE00;
}
.BgClassName
{
background-color: #F2DE00;
}
</style>
border-color css
<style>
span { border-color: #F2DE00; }
span { border-color: rgb(242,222,0); }
td.TdClassName
{
border-color: #F2DE00;
}
.TagClassName
{
border-color: #F2DE00;
}
</style>