Shades of Golden Fizz #F2DE23
Tints of Golden Fizz #F2DE23
RGB
CMYK
RGB Variations
Color information
#F2DE23 (or 0xF2DE23) is known color: Golden Fizz. HEX triplet: F2, DE and 23. RGB value is (242,222,35). Sum of RGB (Red+Green+Blue) = 242+222+35=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 35 (14.06% from 255 or 7.01% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DE23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DE23 is #0D21DC. Grayscale: #CFCFCF. Windows color (decimal): -860637 or 2350834. OLE color: 2350834.
HSL color Cylindrical-coordinate representation of color #F2DE23: hue angle of 54.2º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2DE23 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 35 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.05 |
| HSL | 54.2º | 0.89% | 0.54% | - |
| HSV(B) | 54.2º | 0.86% | 0.95% | - |
| XYZ | 63.04 | 71.24 | 12.02 | - |
| YUV | 206.66 | 31.13 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 35 | 0 | 0.08 | 0.86 | 0.05 | 54.2 | 0.89 | 0.54 |
| Hex | F2 | DE | 23 | 0 | 8 | 56 | 5 | 36 | 59 | 36 |
| Octal | 362 | 336 | 43 | 0 | 10 | 126 | 5 | 66 | 131 | 66 |
| Binary | 11110010 | 11011110 | 100011 | 0 | 1000 | 1010110 | 101 | 110110 | 1011001 | 110110 |
Color Harmonies of #F2DE23
Complementary color
Monochromatic Colors of #F2DE23
Black with #F2DE23
Text Example
Text Example
White with #F2DE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DE23; }
p { color: rgb(242,222,35); }
H1.HeaderClassName
{
color: #F2DE23;
}
.AnyTagClassName
{
color: #F2DE23;
}
</style>
background-color css
<style>
a { background-color: #F2DE23; }
a { background-color: rgb(242,222,35); }
div.DivClassName
{
background-color: #F2DE23;
}
.BgClassName
{
background-color: #F2DE23;
}
</style>
border-color css
<style>
span { border-color: #F2DE23; }
span { border-color: rgb(242,222,35); }
td.TdClassName
{
border-color: #F2DE23;
}
.TagClassName
{
border-color: #F2DE23;
}
</style>