Shades of Gold #F2D40B
Tints of Gold #F2D40B
RGB
CMYK
RGB Variations
Color information
#F2D40B (or 0xF2D40B) is known color: Gold. HEX triplet: F2, D4 and 0B. RGB value is (242,212,11). Sum of RGB (Red+Green+Blue) = 242+212+11=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 11 (4.69% from 255 or 2.37% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D40B is #0D2BF4. Grayscale: #C6C6C6. Windows color (decimal): -863221 or 775410. OLE color: 775410.
HSL color Cylindrical-coordinate representation of color #F2D40B: hue angle of 52.21º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2D40B is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 212 | 11 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.05 |
| HSL | 52.21º | 0.91% | 0.5% | - |
| HSV(B) | 52.21º | 0.95% | 0.95% | - |
| XYZ | 60.22 | 65.99 | 9.88 | - |
| YUV | 198.06 | 22.44 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 212 | 11 | 0 | 0.12 | 0.95 | 0.05 | 52.21 | 0.91 | 0.5 |
| Hex | F2 | D4 | B | 0 | C | 5F | 5 | 34 | 5B | 32 |
| Octal | 362 | 324 | 13 | 0 | 14 | 137 | 5 | 64 | 133 | 62 |
| Binary | 11110010 | 11010100 | 1011 | 0 | 1100 | 1011111 | 101 | 110100 | 1011011 | 110010 |
Color Harmonies of #F2D40B
Complementary color
Monochromatic Colors of #F2D40B
Black with #F2D40B
Text Example
Text Example
White with #F2D40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D40B; }
p { color: rgb(242,212,11); }
H1.HeaderClassName
{
color: #F2D40B;
}
.AnyTagClassName
{
color: #F2D40B;
}
</style>
background-color css
<style>
a { background-color: #F2D40B; }
a { background-color: rgb(242,212,11); }
div.DivClassName
{
background-color: #F2D40B;
}
.BgClassName
{
background-color: #F2D40B;
}
</style>
border-color css
<style>
span { border-color: #F2D40B; }
span { border-color: rgb(242,212,11); }
td.TdClassName
{
border-color: #F2D40B;
}
.TagClassName
{
border-color: #F2D40B;
}
</style>