Shades of Golden Fizz #F0DF3F
Tints of Golden Fizz #F0DF3F
RGB
CMYK
RGB Variations
Color information
#F0DF3F (or 0xF0DF3F) is known color: Golden Fizz. HEX triplet: F0, DF and 3F. RGB value is (240,223,63). Sum of RGB (Red+Green+Blue) = 240+223+63=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 63 (25% from 255 or 11.98% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DF3F is #0F20C0. Grayscale: #D2D2D2. Windows color (decimal): -991425 or 4186096. OLE color: 4186096.
HSL color Cylindrical-coordinate representation of color #F0DF3F: hue angle of 54.24º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F0DF3F is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 63 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.06 |
| HSL | 54.24º | 0.86% | 0.59% | - |
| HSV(B) | 54.24º | 0.74% | 0.94% | - |
| XYZ | 63.22 | 71.66 | 15.2 | - |
| YUV | 209.84 | 45.13 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 63 | 0 | 0.07 | 0.74 | 0.06 | 54.24 | 0.86 | 0.59 |
| Hex | F0 | DF | 3F | 0 | 7 | 4A | 6 | 36 | 56 | 3B |
| Octal | 360 | 337 | 77 | 0 | 7 | 112 | 6 | 66 | 126 | 73 |
| Binary | 11110000 | 11011111 | 111111 | 0 | 111 | 1001010 | 110 | 110110 | 1010110 | 111011 |
Color Harmonies of #F0DF3F
Complementary color
Monochromatic Colors of #F0DF3F
Black with #F0DF3F
Text Example
Text Example
White with #F0DF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF3F; }
p { color: rgb(240,223,63); }
H1.HeaderClassName
{
color: #F0DF3F;
}
.AnyTagClassName
{
color: #F0DF3F;
}
</style>
background-color css
<style>
a { background-color: #F0DF3F; }
a { background-color: rgb(240,223,63); }
div.DivClassName
{
background-color: #F0DF3F;
}
.BgClassName
{
background-color: #F0DF3F;
}
</style>
border-color css
<style>
span { border-color: #F0DF3F; }
span { border-color: rgb(240,223,63); }
td.TdClassName
{
border-color: #F0DF3F;
}
.TagClassName
{
border-color: #F0DF3F;
}
</style>