Shades of Golden Fizz #F0DA3C
Tints of Golden Fizz #F0DA3C
RGB
CMYK
RGB Variations
Color information
#F0DA3C (or 0xF0DA3C) is known color: Golden Fizz. HEX triplet: F0, DA and 3C. RGB value is (240,218,60). Sum of RGB (Red+Green+Blue) = 240+218+60=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 60 (23.83% from 255 or 11.58% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DA3C is #0F25C3. Grayscale: #CFCFCF. Windows color (decimal): -992708 or 3988208. OLE color: 3988208.
HSL color Cylindrical-coordinate representation of color #F0DA3C: hue angle of 52.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0DA3C is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 218 | 60 | - |
CMYK | 0 | 0.09 | 0.75 | 0.06 |
HSL | 52.67º | 0.86% | 0.59% | - |
HSV(B) | 52.67º | 0.75% | 0.94% | - |
XYZ | 61.82 | 68.99 | 14.33 | - |
YUV | 206.57 | 45.29 | 151.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 218 | 60 | 0 | 0.09 | 0.75 | 0.06 | 52.67 | 0.86 | 0.59 |
Hex | F0 | DA | 3C | 0 | 9 | 4B | 6 | 35 | 56 | 3B |
Octal | 360 | 332 | 74 | 0 | 11 | 113 | 6 | 65 | 126 | 73 |
Binary | 11110000 | 11011010 | 111100 | 0 | 1001 | 1001011 | 110 | 110101 | 1010110 | 111011 |
Color Harmonies of #F0DA3C
Complementary color
Monochromatic Colors of #F0DA3C
Black with #F0DA3C
Text Example
Text Example
White with #F0DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA3C; }
p { color: rgb(240,218,60); }
H1.HeaderClassName
{
color: #F0DA3C;
}
.AnyTagClassName
{
color: #F0DA3C;
}
</style>
background-color css
<style>
a { background-color: #F0DA3C; }
a { background-color: rgb(240,218,60); }
div.DivClassName
{
background-color: #F0DA3C;
}
.BgClassName
{
background-color: #F0DA3C;
}
</style>
border-color css
<style>
span { border-color: #F0DA3C; }
span { border-color: rgb(240,218,60); }
td.TdClassName
{
border-color: #F0DA3C;
}
.TagClassName
{
border-color: #F0DA3C;
}
</style>