Shades of Golden Fizz #F1FE2E
Tints of Golden Fizz #F1FE2E
RGB
CMYK
RGB Variations
Color information
#F1FE2E (or 0xF1FE2E) is known color: Golden Fizz. HEX triplet: F1, FE and 2E. RGB value is (241,254,46). Sum of RGB (Red+Green+Blue) = 241+254+46=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 46 (18.36% from 255 or 8.50% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FE2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FE2E is #0E01D1. Grayscale: #E3E3E3. Windows color (decimal): -917970 or 3079921. OLE color: 3079921.
HSL color Cylindrical-coordinate representation of color #F1FE2E: hue angle of 63.75º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F1FE2E is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 254 | 46 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.00 |
| HSL | 63.75º | 0.99% | 0.59% | - |
| HSV(B) | 63.75º | 0.82% | 1% | - |
| XYZ | 72.21 | 89.78 | 16.11 | - |
| YUV | 226.4 | 26.19 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 254 | 46 | 0.05 | 0 | 0.82 | 0.00 | 63.75 | 0.99 | 0.59 |
| Hex | F1 | FE | 2E | 5 | 0 | 52 | 0 | 40 | 63 | 3B |
| Octal | 361 | 376 | 56 | 5 | 0 | 122 | 0 | 100 | 143 | 73 |
| Binary | 11110001 | 11111110 | 101110 | 101 | 0 | 1010010 | 0 | 1000000 | 1100011 | 111011 |
Color Harmonies of #F1FE2E
Complementary color
Monochromatic Colors of #F1FE2E
Black with #F1FE2E
Text Example
Text Example
White with #F1FE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FE2E; }
p { color: rgb(241,254,46); }
H1.HeaderClassName
{
color: #F1FE2E;
}
.AnyTagClassName
{
color: #F1FE2E;
}
</style>
background-color css
<style>
a { background-color: #F1FE2E; }
a { background-color: rgb(241,254,46); }
div.DivClassName
{
background-color: #F1FE2E;
}
.BgClassName
{
background-color: #F1FE2E;
}
</style>
border-color css
<style>
span { border-color: #F1FE2E; }
span { border-color: rgb(241,254,46); }
td.TdClassName
{
border-color: #F1FE2E;
}
.TagClassName
{
border-color: #F1FE2E;
}
</style>