Shades of Gold #F4D102
Tints of Gold #F4D102
RGB
CMYK
RGB Variations
Color information
#F4D102 (or 0xF4D102) is known color: Gold. HEX triplet: F4, D1 and 02. RGB value is (244,209,2). Sum of RGB (Red+Green+Blue) = 244+209+2=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 2 (1.17% from 255 or 0.44% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D102 is #0B2EFD. Grayscale: #C4C4C4. Windows color (decimal): -732926 or 184820. OLE color: 184820.
HSL color Cylindrical-coordinate representation of color #F4D102: hue angle of 51.32º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F4D102 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 209 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.04 |
| HSL | 51.32º | 0.98% | 0.48% | - |
| HSV(B) | 51.32º | 0.99% | 0.96% | - |
| XYZ | 60.12 | 64.84 | 9.4 | - |
| YUV | 195.87 | 18.6 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 209 | 2 | 0 | 0.14 | 0.99 | 0.04 | 51.32 | 0.98 | 0.48 |
| Hex | F4 | D1 | 2 | 0 | E | 63 | 4 | 33 | 62 | 30 |
| Octal | 364 | 321 | 2 | 0 | 16 | 143 | 4 | 63 | 142 | 60 |
| Binary | 11110100 | 11010001 | 10 | 0 | 1110 | 1100011 | 100 | 110011 | 1100010 | 110000 |
Color Harmonies of #F4D102
Complementary color
Monochromatic Colors of #F4D102
Black with #F4D102
Text Example
Text Example
White with #F4D102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D102; }
p { color: rgb(244,209,2); }
H1.HeaderClassName
{
color: #F4D102;
}
.AnyTagClassName
{
color: #F4D102;
}
</style>
background-color css
<style>
a { background-color: #F4D102; }
a { background-color: rgb(244,209,2); }
div.DivClassName
{
background-color: #F4D102;
}
.BgClassName
{
background-color: #F4D102;
}
</style>
border-color css
<style>
span { border-color: #F4D102; }
span { border-color: rgb(244,209,2); }
td.TdClassName
{
border-color: #F4D102;
}
.TagClassName
{
border-color: #F4D102;
}
</style>