Shades of Golden Fizz #F2DF1E
Tints of Golden Fizz #F2DF1E
RGB
CMYK
RGB Variations
Color information
#F2DF1E (or 0xF2DF1E) is known color: Golden Fizz. HEX triplet: F2, DF and 1E. RGB value is (242,223,30). Sum of RGB (Red+Green+Blue) = 242+223+30=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 30 (12.11% from 255 or 6.06% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DF1E is #0D20E1. Grayscale: #CFCFCF. Windows color (decimal): -860386 or 2023410. OLE color: 2023410.
HSL color Cylindrical-coordinate representation of color #F2DF1E: hue angle of 54.62º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2DF1E is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 30 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.05 |
| HSL | 54.62º | 0.89% | 0.53% | - |
| HSV(B) | 54.62º | 0.88% | 0.95% | - |
| XYZ | 63.24 | 71.75 | 11.74 | - |
| YUV | 206.68 | 28.29 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 30 | 0 | 0.08 | 0.88 | 0.05 | 54.62 | 0.89 | 0.53 |
| Hex | F2 | DF | 1E | 0 | 8 | 58 | 5 | 37 | 59 | 35 |
| Octal | 362 | 337 | 36 | 0 | 10 | 130 | 5 | 67 | 131 | 65 |
| Binary | 11110010 | 11011111 | 11110 | 0 | 1000 | 1011000 | 101 | 110111 | 1011001 | 110101 |
Color Harmonies of #F2DF1E
Complementary color
Monochromatic Colors of #F2DF1E
Black with #F2DF1E
Text Example
Text Example
White with #F2DF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DF1E; }
p { color: rgb(242,223,30); }
H1.HeaderClassName
{
color: #F2DF1E;
}
.AnyTagClassName
{
color: #F2DF1E;
}
</style>
background-color css
<style>
a { background-color: #F2DF1E; }
a { background-color: rgb(242,223,30); }
div.DivClassName
{
background-color: #F2DF1E;
}
.BgClassName
{
background-color: #F2DF1E;
}
</style>
border-color css
<style>
span { border-color: #F2DF1E; }
span { border-color: rgb(242,223,30); }
td.TdClassName
{
border-color: #F2DF1E;
}
.TagClassName
{
border-color: #F2DF1E;
}
</style>