Shades of Golden Fizz #F0D83C
Tints of Golden Fizz #F0D83C
RGB
CMYK
RGB Variations
Color information
#F0D83C (or 0xF0D83C) is known color: Golden Fizz. HEX triplet: F0, D8 and 3C. RGB value is (240,216,60). Sum of RGB (Red+Green+Blue) = 240+216+60=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 60 (23.83% from 255 or 11.63% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D83C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D83C is #0F27C3. Grayscale: #CECECE. Windows color (decimal): -993220 or 3987696. OLE color: 3987696.
HSL color Cylindrical-coordinate representation of color #F0D83C: hue angle of 52º 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 #F0D83C is Cyan = 0, Magento = 0.1, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 60 | - |
| CMYK | 0 | 0.1 | 0.75 | 0.06 |
| HSL | 52º | 0.86% | 0.59% | - |
| HSV(B) | 52º | 0.75% | 0.94% | - |
| XYZ | 61.31 | 67.96 | 14.16 | - |
| YUV | 205.39 | 45.95 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 60 | 0 | 0.1 | 0.75 | 0.06 | 52 | 0.86 | 0.59 |
| Hex | F0 | D8 | 3C | 0 | A | 4B | 6 | 34 | 56 | 3B |
| Octal | 360 | 330 | 74 | 0 | 12 | 113 | 6 | 64 | 126 | 73 |
| Binary | 11110000 | 11011000 | 111100 | 0 | 1010 | 1001011 | 110 | 110100 | 1010110 | 111011 |
Color Harmonies of #F0D83C
Complementary color
Monochromatic Colors of #F0D83C
Black with #F0D83C
Text Example
Text Example
White with #F0D83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D83C; }
p { color: rgb(240,216,60); }
H1.HeaderClassName
{
color: #F0D83C;
}
.AnyTagClassName
{
color: #F0D83C;
}
</style>
background-color css
<style>
a { background-color: #F0D83C; }
a { background-color: rgb(240,216,60); }
div.DivClassName
{
background-color: #F0D83C;
}
.BgClassName
{
background-color: #F0D83C;
}
</style>
border-color css
<style>
span { border-color: #F0D83C; }
span { border-color: rgb(240,216,60); }
td.TdClassName
{
border-color: #F0D83C;
}
.TagClassName
{
border-color: #F0D83C;
}
</style>