Shades of Golden Fizz #F0E327
Tints of Golden Fizz #F0E327
RGB
CMYK
RGB Variations
Color information
#F0E327 (or 0xF0E327) is known color: Golden Fizz. HEX triplet: F0, E3 and 27. RGB value is (240,227,39). Sum of RGB (Red+Green+Blue) = 240+227+39=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 227 (89.06% from 255 or 44.86% from 506); Blue value is 39 (15.62% from 255 or 7.71% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E327 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E327 is #0F1CD8. Grayscale: #D2D2D2. Windows color (decimal): -990425 or 2614256. OLE color: 2614256.
HSL color Cylindrical-coordinate representation of color #F0E327: hue angle of 56.12º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F0E327 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 39 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.06 |
| HSL | 56.12º | 0.87% | 0.55% | - |
| HSV(B) | 56.12º | 0.84% | 0.94% | - |
| XYZ | 63.77 | 73.61 | 12.77 | - |
| YUV | 209.46 | 31.81 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 39 | 0 | 0.05 | 0.84 | 0.06 | 56.12 | 0.87 | 0.55 |
| Hex | F0 | E3 | 27 | 0 | 5 | 54 | 6 | 38 | 57 | 37 |
| Octal | 360 | 343 | 47 | 0 | 5 | 124 | 6 | 70 | 127 | 67 |
| Binary | 11110000 | 11100011 | 100111 | 0 | 101 | 1010100 | 110 | 111000 | 1010111 | 110111 |
Color Harmonies of #F0E327
Complementary color
Monochromatic Colors of #F0E327
Black with #F0E327
Text Example
Text Example
White with #F0E327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E327; }
p { color: rgb(240,227,39); }
H1.HeaderClassName
{
color: #F0E327;
}
.AnyTagClassName
{
color: #F0E327;
}
</style>
background-color css
<style>
a { background-color: #F0E327; }
a { background-color: rgb(240,227,39); }
div.DivClassName
{
background-color: #F0E327;
}
.BgClassName
{
background-color: #F0E327;
}
</style>
border-color css
<style>
span { border-color: #F0E327; }
span { border-color: rgb(240,227,39); }
td.TdClassName
{
border-color: #F0E327;
}
.TagClassName
{
border-color: #F0E327;
}
</style>