Shades of Golden Fizz #F6DC2A
Tints of Golden Fizz #F6DC2A
RGB
CMYK
RGB Variations
Color information
#F6DC2A (or 0xF6DC2A) is known color: Golden Fizz. HEX triplet: F6, DC and 2A. RGB value is (246,220,42). Sum of RGB (Red+Green+Blue) = 246+220+42=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 42 (16.80% from 255 or 8.27% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6DC2A is #0923D5. Grayscale: #D0D0D0. Windows color (decimal): -598998 or 2809078. OLE color: 2809078.
HSL color Cylindrical-coordinate representation of color #F6DC2A: hue angle of 52.35º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F6DC2A is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 42 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.04 |
| HSL | 52.35º | 0.92% | 0.56% | - |
| HSV(B) | 52.35º | 0.83% | 0.96% | - |
| XYZ | 64.02 | 70.95 | 12.51 | - |
| YUV | 207.48 | 34.61 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 42 | 0 | 0.11 | 0.83 | 0.04 | 52.35 | 0.92 | 0.56 |
| Hex | F6 | DC | 2A | 0 | B | 53 | 4 | 34 | 5C | 38 |
| Octal | 366 | 334 | 52 | 0 | 13 | 123 | 4 | 64 | 134 | 70 |
| Binary | 11110110 | 11011100 | 101010 | 0 | 1011 | 1010011 | 100 | 110100 | 1011100 | 111000 |
Color Harmonies of #F6DC2A
Complementary color
Monochromatic Colors of #F6DC2A
Black with #F6DC2A
Text Example
Text Example
White with #F6DC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DC2A; }
p { color: rgb(246,220,42); }
H1.HeaderClassName
{
color: #F6DC2A;
}
.AnyTagClassName
{
color: #F6DC2A;
}
</style>
background-color css
<style>
a { background-color: #F6DC2A; }
a { background-color: rgb(246,220,42); }
div.DivClassName
{
background-color: #F6DC2A;
}
.BgClassName
{
background-color: #F6DC2A;
}
</style>
border-color css
<style>
span { border-color: #F6DC2A; }
span { border-color: rgb(246,220,42); }
td.TdClassName
{
border-color: #F6DC2A;
}
.TagClassName
{
border-color: #F6DC2A;
}
</style>