Shades of Golden Fizz #F0DA2B
Tints of Golden Fizz #F0DA2B
RGB
CMYK
RGB Variations
Color information
#F0DA2B (or 0xF0DA2B) is known color: Golden Fizz. HEX triplet: F0, DA and 2B. RGB value is (240,218,43). Sum of RGB (Red+Green+Blue) = 240+218+43=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 43 (17.19% from 255 or 8.58% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DA2B is #0F25D4. Grayscale: #CDCDCD. Windows color (decimal): -992725 or 2874096. OLE color: 2874096.
HSL color Cylindrical-coordinate representation of color #F0DA2B: hue angle of 53.3º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0DA2B is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 43 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.06 |
| HSL | 53.3º | 0.87% | 0.55% | - |
| HSV(B) | 53.3º | 0.82% | 0.94% | - |
| XYZ | 61.44 | 68.84 | 12.34 | - |
| YUV | 204.63 | 36.79 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 43 | 0 | 0.09 | 0.82 | 0.06 | 53.3 | 0.87 | 0.55 |
| Hex | F0 | DA | 2B | 0 | 9 | 52 | 6 | 35 | 57 | 37 |
| Octal | 360 | 332 | 53 | 0 | 11 | 122 | 6 | 65 | 127 | 67 |
| Binary | 11110000 | 11011010 | 101011 | 0 | 1001 | 1010010 | 110 | 110101 | 1010111 | 110111 |
Color Harmonies of #F0DA2B
Complementary color
Monochromatic Colors of #F0DA2B
Black with #F0DA2B
Text Example
Text Example
White with #F0DA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA2B; }
p { color: rgb(240,218,43); }
H1.HeaderClassName
{
color: #F0DA2B;
}
.AnyTagClassName
{
color: #F0DA2B;
}
</style>
background-color css
<style>
a { background-color: #F0DA2B; }
a { background-color: rgb(240,218,43); }
div.DivClassName
{
background-color: #F0DA2B;
}
.BgClassName
{
background-color: #F0DA2B;
}
</style>
border-color css
<style>
span { border-color: #F0DA2B; }
span { border-color: rgb(240,218,43); }
td.TdClassName
{
border-color: #F0DA2B;
}
.TagClassName
{
border-color: #F0DA2B;
}
</style>