Shades of Golden Fizz #F0DF27
Tints of Golden Fizz #F0DF27
RGB
CMYK
RGB Variations
Color information
#F0DF27 (or 0xF0DF27) is known color: Golden Fizz. HEX triplet: F0, DF and 27. RGB value is (240,223,39). Sum of RGB (Red+Green+Blue) = 240+223+39=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 39 (15.62% from 255 or 7.77% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DF27 is #0F20D8. Grayscale: #CFCFCF. Windows color (decimal): -991449 or 2613232. OLE color: 2613232.
HSL color Cylindrical-coordinate representation of color #F0DF27: hue angle of 54.93º 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 #F0DF27 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 39 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.06 |
| HSL | 54.93º | 0.87% | 0.55% | - |
| HSV(B) | 54.93º | 0.84% | 0.94% | - |
| XYZ | 62.69 | 71.45 | 12.41 | - |
| YUV | 207.11 | 33.13 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 39 | 0 | 0.07 | 0.84 | 0.06 | 54.93 | 0.87 | 0.55 |
| Hex | F0 | DF | 27 | 0 | 7 | 54 | 6 | 37 | 57 | 37 |
| Octal | 360 | 337 | 47 | 0 | 7 | 124 | 6 | 67 | 127 | 67 |
| Binary | 11110000 | 11011111 | 100111 | 0 | 111 | 1010100 | 110 | 110111 | 1010111 | 110111 |
Color Harmonies of #F0DF27
Complementary color
Monochromatic Colors of #F0DF27
Black with #F0DF27
Text Example
Text Example
White with #F0DF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF27; }
p { color: rgb(240,223,39); }
H1.HeaderClassName
{
color: #F0DF27;
}
.AnyTagClassName
{
color: #F0DF27;
}
</style>
background-color css
<style>
a { background-color: #F0DF27; }
a { background-color: rgb(240,223,39); }
div.DivClassName
{
background-color: #F0DF27;
}
.BgClassName
{
background-color: #F0DF27;
}
</style>
border-color css
<style>
span { border-color: #F0DF27; }
span { border-color: rgb(240,223,39); }
td.TdClassName
{
border-color: #F0DF27;
}
.TagClassName
{
border-color: #F0DF27;
}
</style>