Shades of Golden Fizz #F0DC27
Tints of Golden Fizz #F0DC27
RGB
CMYK
RGB Variations
Color information
#F0DC27 (or 0xF0DC27) is known color: Golden Fizz. HEX triplet: F0, DC and 27. RGB value is (240,220,39). Sum of RGB (Red+Green+Blue) = 240+220+39=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 39 (15.62% from 255 or 7.82% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DC27 is #0F23D8. Grayscale: #CECECE. Windows color (decimal): -992217 or 2612464. OLE color: 2612464.
HSL color Cylindrical-coordinate representation of color #F0DC27: hue angle of 54.03º 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 #F0DC27 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 39 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.06 |
| HSL | 54.03º | 0.87% | 0.55% | - |
| HSV(B) | 54.03º | 0.84% | 0.94% | - |
| XYZ | 61.89 | 69.86 | 12.14 | - |
| YUV | 205.35 | 34.13 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 39 | 0 | 0.08 | 0.84 | 0.06 | 54.03 | 0.87 | 0.55 |
| Hex | F0 | DC | 27 | 0 | 8 | 54 | 6 | 36 | 57 | 37 |
| Octal | 360 | 334 | 47 | 0 | 10 | 124 | 6 | 66 | 127 | 67 |
| Binary | 11110000 | 11011100 | 100111 | 0 | 1000 | 1010100 | 110 | 110110 | 1010111 | 110111 |
Color Harmonies of #F0DC27
Complementary color
Monochromatic Colors of #F0DC27
Black with #F0DC27
Text Example
Text Example
White with #F0DC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DC27; }
p { color: rgb(240,220,39); }
H1.HeaderClassName
{
color: #F0DC27;
}
.AnyTagClassName
{
color: #F0DC27;
}
</style>
background-color css
<style>
a { background-color: #F0DC27; }
a { background-color: rgb(240,220,39); }
div.DivClassName
{
background-color: #F0DC27;
}
.BgClassName
{
background-color: #F0DC27;
}
</style>
border-color css
<style>
span { border-color: #F0DC27; }
span { border-color: rgb(240,220,39); }
td.TdClassName
{
border-color: #F0DC27;
}
.TagClassName
{
border-color: #F0DC27;
}
</style>