Shades of Golden Fizz #F0D92B
Tints of Golden Fizz #F0D92B
RGB
CMYK
RGB Variations
Color information
#F0D92B (or 0xF0D92B) is known color: Golden Fizz. HEX triplet: F0, D9 and 2B. RGB value is (240,217,43). Sum of RGB (Red+Green+Blue) = 240+217+43=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 43 (17.19% from 255 or 8.6% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D92B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D92B is #0F26D4. Grayscale: #CCCCCC. Windows color (decimal): -992981 or 2873840. OLE color: 2873840.
HSL color Cylindrical-coordinate representation of color #F0D92B: hue angle of 52.99º 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 #F0D92B is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 217 | 43 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.06 |
| HSL | 52.99º | 0.87% | 0.55% | - |
| HSV(B) | 52.99º | 0.82% | 0.94% | - |
| XYZ | 61.18 | 68.33 | 12.25 | - |
| YUV | 204.04 | 37.12 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 217 | 43 | 0 | 0.10 | 0.82 | 0.06 | 52.99 | 0.87 | 0.55 |
| Hex | F0 | D9 | 2B | 0 | A | 52 | 6 | 35 | 57 | 37 |
| Octal | 360 | 331 | 53 | 0 | 12 | 122 | 6 | 65 | 127 | 67 |
| Binary | 11110000 | 11011001 | 101011 | 0 | 1010 | 1010010 | 110 | 110101 | 1010111 | 110111 |
Color Harmonies of #F0D92B
Complementary color
Monochromatic Colors of #F0D92B
Black with #F0D92B
Text Example
Text Example
White with #F0D92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D92B; }
p { color: rgb(240,217,43); }
H1.HeaderClassName
{
color: #F0D92B;
}
.AnyTagClassName
{
color: #F0D92B;
}
</style>
background-color css
<style>
a { background-color: #F0D92B; }
a { background-color: rgb(240,217,43); }
div.DivClassName
{
background-color: #F0D92B;
}
.BgClassName
{
background-color: #F0D92B;
}
</style>
border-color css
<style>
span { border-color: #F0D92B; }
span { border-color: rgb(240,217,43); }
td.TdClassName
{
border-color: #F0D92B;
}
.TagClassName
{
border-color: #F0D92B;
}
</style>