Shades of Golden Fizz #F0F635
Tints of Golden Fizz #F0F635
RGB
CMYK
RGB Variations
Color information
#F0F635 (or 0xF0F635) is known color: Golden Fizz. HEX triplet: F0, F6 and 35. RGB value is (240,246,53). Sum of RGB (Red+Green+Blue) = 240+246+53=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 246 (96.48% from 255 or 45.64% from 539); Blue value is 53 (21.09% from 255 or 9.83% from 539); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F635 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F635 is #0F09CA. Grayscale: #DEDEDE. Windows color (decimal): -985547 or 3536624. OLE color: 3536624.
HSL color Cylindrical-coordinate representation of color #F0F635: hue angle of 61.87º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0F635 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 246 | 53 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.04 |
| HSL | 61.87º | 0.91% | 0.59% | - |
| HSV(B) | 61.87º | 0.78% | 0.96% | - |
| XYZ | 69.53 | 84.69 | 16.05 | - |
| YUV | 222.2 | 32.51 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 246 | 53 | 0.02 | 0 | 0.78 | 0.04 | 61.87 | 0.91 | 0.59 |
| Hex | F0 | F6 | 35 | 2 | 0 | 4E | 4 | 3E | 5B | 3B |
| Octal | 360 | 366 | 65 | 2 | 0 | 116 | 4 | 76 | 133 | 73 |
| Binary | 11110000 | 11110110 | 110101 | 10 | 0 | 1001110 | 100 | 111110 | 1011011 | 111011 |
Color Harmonies of #F0F635
Complementary color
Monochromatic Colors of #F0F635
Black with #F0F635
Text Example
Text Example
White with #F0F635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F635; }
p { color: rgb(240,246,53); }
H1.HeaderClassName
{
color: #F0F635;
}
.AnyTagClassName
{
color: #F0F635;
}
</style>
background-color css
<style>
a { background-color: #F0F635; }
a { background-color: rgb(240,246,53); }
div.DivClassName
{
background-color: #F0F635;
}
.BgClassName
{
background-color: #F0F635;
}
</style>
border-color css
<style>
span { border-color: #F0F635; }
span { border-color: rgb(240,246,53); }
td.TdClassName
{
border-color: #F0F635;
}
.TagClassName
{
border-color: #F0F635;
}
</style>