Shades of Golden Fizz #F2E627
Tints of Golden Fizz #F2E627
RGB
CMYK
RGB Variations
Color information
#F2E627 (or 0xF2E627) is known color: Golden Fizz. HEX triplet: F2, E6 and 27. RGB value is (242,230,39). Sum of RGB (Red+Green+Blue) = 242+230+39=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 39 (15.62% from 255 or 7.63% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E627 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E627 is #0D19D8. Grayscale: #D4D4D4. Windows color (decimal): -858585 or 2615026. OLE color: 2615026.
HSL color Cylindrical-coordinate representation of color #F2E627: hue angle of 56.45º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2E627 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 39 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.05 |
| HSL | 56.45º | 0.89% | 0.55% | - |
| HSV(B) | 56.45º | 0.84% | 0.95% | - |
| XYZ | 65.28 | 75.62 | 13.07 | - |
| YUV | 211.81 | 30.48 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 39 | 0 | 0.05 | 0.84 | 0.05 | 56.45 | 0.89 | 0.55 |
| Hex | F2 | E6 | 27 | 0 | 5 | 54 | 5 | 38 | 59 | 37 |
| Octal | 362 | 346 | 47 | 0 | 5 | 124 | 5 | 70 | 131 | 67 |
| Binary | 11110010 | 11100110 | 100111 | 0 | 101 | 1010100 | 101 | 111000 | 1011001 | 110111 |
Color Harmonies of #F2E627
Complementary color
Monochromatic Colors of #F2E627
Black with #F2E627
Text Example
Text Example
White with #F2E627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E627; }
p { color: rgb(242,230,39); }
H1.HeaderClassName
{
color: #F2E627;
}
.AnyTagClassName
{
color: #F2E627;
}
</style>
background-color css
<style>
a { background-color: #F2E627; }
a { background-color: rgb(242,230,39); }
div.DivClassName
{
background-color: #F2E627;
}
.BgClassName
{
background-color: #F2E627;
}
</style>
border-color css
<style>
span { border-color: #F2E627; }
span { border-color: rgb(242,230,39); }
td.TdClassName
{
border-color: #F2E627;
}
.TagClassName
{
border-color: #F2E627;
}
</style>