Shades of Golden Fizz #F0FA2D
Tints of Golden Fizz #F0FA2D
RGB
CMYK
RGB Variations
Color information
#F0FA2D (or 0xF0FA2D) is known color: Golden Fizz. HEX triplet: F0, FA and 2D. RGB value is (240,250,45). Sum of RGB (Red+Green+Blue) = 240+250+45=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 45 (17.97% from 255 or 8.41% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FA2D is #0F05D2. Grayscale: #E0E0E0. Windows color (decimal): -984531 or 3013360. OLE color: 3013360.
HSL color Cylindrical-coordinate representation of color #F0FA2D: hue angle of 62.93º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0FA2D is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 45 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.02 |
| HSL | 62.93º | 0.95% | 0.58% | - |
| HSV(B) | 62.93º | 0.82% | 0.98% | - |
| XYZ | 70.59 | 87.09 | 15.57 | - |
| YUV | 223.64 | 27.19 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 45 | 0.04 | 0 | 0.82 | 0.02 | 62.93 | 0.95 | 0.58 |
| Hex | F0 | FA | 2D | 4 | 0 | 52 | 2 | 3F | 5F | 3A |
| Octal | 360 | 372 | 55 | 4 | 0 | 122 | 2 | 77 | 137 | 72 |
| Binary | 11110000 | 11111010 | 101101 | 100 | 0 | 1010010 | 10 | 111111 | 1011111 | 111010 |
Color Harmonies of #F0FA2D
Complementary color
Monochromatic Colors of #F0FA2D
Black with #F0FA2D
Text Example
Text Example
White with #F0FA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA2D; }
p { color: rgb(240,250,45); }
H1.HeaderClassName
{
color: #F0FA2D;
}
.AnyTagClassName
{
color: #F0FA2D;
}
</style>
background-color css
<style>
a { background-color: #F0FA2D; }
a { background-color: rgb(240,250,45); }
div.DivClassName
{
background-color: #F0FA2D;
}
.BgClassName
{
background-color: #F0FA2D;
}
</style>
border-color css
<style>
span { border-color: #F0FA2D; }
span { border-color: rgb(240,250,45); }
td.TdClassName
{
border-color: #F0FA2D;
}
.TagClassName
{
border-color: #F0FA2D;
}
</style>