Shades of Gold #F1D60B
Tints of Gold #F1D60B
RGB
CMYK
RGB Variations
Color information
#F1D60B (or 0xF1D60B) is known color: Gold. HEX triplet: F1, D6 and 0B. RGB value is (241,214,11). Sum of RGB (Red+Green+Blue) = 241+214+11=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 11 (4.69% from 255 or 2.36% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D60B is #0E29F4. Grayscale: #C7C7C7. Windows color (decimal): -928245 or 775921. OLE color: 775921.
HSL color Cylindrical-coordinate representation of color #F1D60B: hue angle of 52.96º 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 #F1D60B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 214 | 11 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.05 |
| HSL | 52.96º | 0.91% | 0.49% | - |
| HSV(B) | 52.96º | 0.95% | 0.95% | - |
| XYZ | 60.38 | 66.82 | 10.03 | - |
| YUV | 198.93 | 21.95 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 214 | 11 | 0 | 0.11 | 0.95 | 0.05 | 52.96 | 0.91 | 0.49 |
| Hex | F1 | D6 | B | 0 | B | 5F | 5 | 35 | 5B | 31 |
| Octal | 361 | 326 | 13 | 0 | 13 | 137 | 5 | 65 | 133 | 61 |
| Binary | 11110001 | 11010110 | 1011 | 0 | 1011 | 1011111 | 101 | 110101 | 1011011 | 110001 |
Color Harmonies of #F1D60B
Complementary color
Monochromatic Colors of #F1D60B
Black with #F1D60B
Text Example
Text Example
White with #F1D60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D60B; }
p { color: rgb(241,214,11); }
H1.HeaderClassName
{
color: #F1D60B;
}
.AnyTagClassName
{
color: #F1D60B;
}
</style>
background-color css
<style>
a { background-color: #F1D60B; }
a { background-color: rgb(241,214,11); }
div.DivClassName
{
background-color: #F1D60B;
}
.BgClassName
{
background-color: #F1D60B;
}
</style>
border-color css
<style>
span { border-color: #F1D60B; }
span { border-color: rgb(241,214,11); }
td.TdClassName
{
border-color: #F1D60B;
}
.TagClassName
{
border-color: #F1D60B;
}
</style>