Shades of Gold #F5D40B
Tints of Gold #F5D40B
RGB
CMYK
RGB Variations
Color information
#F5D40B (or 0xF5D40B) is known color: Gold. HEX triplet: F5, D4 and 0B. RGB value is (245,212,11). Sum of RGB (Red+Green+Blue) = 245+212+11=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 11 (4.69% from 255 or 2.35% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D40B is #0A2BF4. Grayscale: #C7C7C7. Windows color (decimal): -666613 or 775413. OLE color: 775413.
HSL color Cylindrical-coordinate representation of color #F5D40B: hue angle of 51.54º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5D40B is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 212 | 11 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.04 |
| HSL | 51.54º | 0.92% | 0.5% | - |
| HSV(B) | 51.54º | 0.96% | 0.96% | - |
| XYZ | 61.26 | 66.52 | 9.93 | - |
| YUV | 198.95 | 21.93 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 212 | 11 | 0 | 0.13 | 0.96 | 0.04 | 51.54 | 0.92 | 0.5 |
| Hex | F5 | D4 | B | 0 | D | 60 | 4 | 34 | 5C | 32 |
| Octal | 365 | 324 | 13 | 0 | 15 | 140 | 4 | 64 | 134 | 62 |
| Binary | 11110101 | 11010100 | 1011 | 0 | 1101 | 1100000 | 100 | 110100 | 1011100 | 110010 |
Color Harmonies of #F5D40B
Complementary color
Monochromatic Colors of #F5D40B
Black with #F5D40B
Text Example
Text Example
White with #F5D40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D40B; }
p { color: rgb(245,212,11); }
H1.HeaderClassName
{
color: #F5D40B;
}
.AnyTagClassName
{
color: #F5D40B;
}
</style>
background-color css
<style>
a { background-color: #F5D40B; }
a { background-color: rgb(245,212,11); }
div.DivClassName
{
background-color: #F5D40B;
}
.BgClassName
{
background-color: #F5D40B;
}
</style>
border-color css
<style>
span { border-color: #F5D40B; }
span { border-color: rgb(245,212,11); }
td.TdClassName
{
border-color: #F5D40B;
}
.TagClassName
{
border-color: #F5D40B;
}
</style>