Shades of Golden Fizz #F0D82B
Tints of Golden Fizz #F0D82B
RGB
CMYK
RGB Variations
Color information
#F0D82B (or 0xF0D82B) is known color: Golden Fizz. HEX triplet: F0, D8 and 2B. RGB value is (240,216,43). Sum of RGB (Red+Green+Blue) = 240+216+43=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 43 (17.19% from 255 or 8.62% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D82B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D82B is #0F27D4. Grayscale: #CCCCCC. Windows color (decimal): -993237 or 2873584. OLE color: 2873584.
HSL color Cylindrical-coordinate representation of color #F0D82B: hue angle of 52.69º 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 #F0D82B is Cyan = 0, Magento = 0.1, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 43 | - |
| CMYK | 0 | 0.1 | 0.82 | 0.06 |
| HSL | 52.69º | 0.87% | 0.55% | - |
| HSV(B) | 52.69º | 0.82% | 0.94% | - |
| XYZ | 60.93 | 67.81 | 12.16 | - |
| YUV | 203.45 | 37.45 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 43 | 0 | 0.1 | 0.82 | 0.06 | 52.69 | 0.87 | 0.55 |
| Hex | F0 | D8 | 2B | 0 | A | 52 | 6 | 35 | 57 | 37 |
| Octal | 360 | 330 | 53 | 0 | 12 | 122 | 6 | 65 | 127 | 67 |
| Binary | 11110000 | 11011000 | 101011 | 0 | 1010 | 1010010 | 110 | 110101 | 1010111 | 110111 |
Color Harmonies of #F0D82B
Complementary color
Monochromatic Colors of #F0D82B
Black with #F0D82B
Text Example
Text Example
White with #F0D82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D82B; }
p { color: rgb(240,216,43); }
H1.HeaderClassName
{
color: #F0D82B;
}
.AnyTagClassName
{
color: #F0D82B;
}
</style>
background-color css
<style>
a { background-color: #F0D82B; }
a { background-color: rgb(240,216,43); }
div.DivClassName
{
background-color: #F0D82B;
}
.BgClassName
{
background-color: #F0D82B;
}
</style>
border-color css
<style>
span { border-color: #F0D82B; }
span { border-color: rgb(240,216,43); }
td.TdClassName
{
border-color: #F0D82B;
}
.TagClassName
{
border-color: #F0D82B;
}
</style>