Shades of Gold #F1D40B
Tints of Gold #F1D40B
RGB
CMYK
RGB Variations
Color information
#F1D40B (or 0xF1D40B) is known color: Gold. HEX triplet: F1, D4 and 0B. RGB value is (241,212,11). Sum of RGB (Red+Green+Blue) = 241+212+11=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 11 (4.69% from 255 or 2.37% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D40B is #0E2BF4. Grayscale: #C6C6C6. Windows color (decimal): -928757 or 775409. OLE color: 775409.
HSL color Cylindrical-coordinate representation of color #F1D40B: hue angle of 52.43º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1D40B is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 11 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.05 |
| HSL | 52.43º | 0.91% | 0.49% | - |
| HSV(B) | 52.43º | 0.95% | 0.95% | - |
| XYZ | 59.88 | 65.81 | 9.86 | - |
| YUV | 197.76 | 22.61 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 11 | 0 | 0.12 | 0.95 | 0.05 | 52.43 | 0.91 | 0.49 |
| Hex | F1 | D4 | B | 0 | C | 5F | 5 | 34 | 5B | 31 |
| Octal | 361 | 324 | 13 | 0 | 14 | 137 | 5 | 64 | 133 | 61 |
| Binary | 11110001 | 11010100 | 1011 | 0 | 1100 | 1011111 | 101 | 110100 | 1011011 | 110001 |
Color Harmonies of #F1D40B
Complementary color
Monochromatic Colors of #F1D40B
Black with #F1D40B
Text Example
Text Example
White with #F1D40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D40B; }
p { color: rgb(241,212,11); }
H1.HeaderClassName
{
color: #F1D40B;
}
.AnyTagClassName
{
color: #F1D40B;
}
</style>
background-color css
<style>
a { background-color: #F1D40B; }
a { background-color: rgb(241,212,11); }
div.DivClassName
{
background-color: #F1D40B;
}
.BgClassName
{
background-color: #F1D40B;
}
</style>
border-color css
<style>
span { border-color: #F1D40B; }
span { border-color: rgb(241,212,11); }
td.TdClassName
{
border-color: #F1D40B;
}
.TagClassName
{
border-color: #F1D40B;
}
</style>