Shades of Golden Fizz #F0D830
Tints of Golden Fizz #F0D830
RGB
CMYK
RGB Variations
Color information
#F0D830 (or 0xF0D830) is known color: Golden Fizz. HEX triplet: F0, D8 and 30. RGB value is (240,216,48). Sum of RGB (Red+Green+Blue) = 240+216+48=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 48 (19.14% from 255 or 9.52% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D830 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D830 is #0F27CF. Grayscale: #CCCCCC. Windows color (decimal): -993232 or 3201264. OLE color: 3201264.
HSL color Cylindrical-coordinate representation of color #F0D830: hue angle of 52.5º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0D830 is Cyan = 0, Magento = 0.1, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 48 | - |
| CMYK | 0 | 0.1 | 0.8 | 0.06 |
| HSL | 52.5º | 0.86% | 0.56% | - |
| HSV(B) | 52.5º | 0.8% | 0.94% | - |
| XYZ | 61.02 | 67.85 | 12.68 | - |
| YUV | 204.02 | 39.95 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 48 | 0 | 0.1 | 0.8 | 0.06 | 52.5 | 0.86 | 0.56 |
| Hex | F0 | D8 | 30 | 0 | A | 50 | 6 | 34 | 56 | 38 |
| Octal | 360 | 330 | 60 | 0 | 12 | 120 | 6 | 64 | 126 | 70 |
| Binary | 11110000 | 11011000 | 110000 | 0 | 1010 | 1010000 | 110 | 110100 | 1010110 | 111000 |
Color Harmonies of #F0D830
Complementary color
Monochromatic Colors of #F0D830
Black with #F0D830
Text Example
Text Example
White with #F0D830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D830; }
p { color: rgb(240,216,48); }
H1.HeaderClassName
{
color: #F0D830;
}
.AnyTagClassName
{
color: #F0D830;
}
</style>
background-color css
<style>
a { background-color: #F0D830; }
a { background-color: rgb(240,216,48); }
div.DivClassName
{
background-color: #F0D830;
}
.BgClassName
{
background-color: #F0D830;
}
</style>
border-color css
<style>
span { border-color: #F0D830; }
span { border-color: rgb(240,216,48); }
td.TdClassName
{
border-color: #F0D830;
}
.TagClassName
{
border-color: #F0D830;
}
</style>