Shades of Gold #F0D30B
Tints of Gold #F0D30B
RGB
CMYK
RGB Variations
Color information
#F0D30B (or 0xF0D30B) is known color: Gold. HEX triplet: F0, D3 and 0B. RGB value is (240,211,11). Sum of RGB (Red+Green+Blue) = 240+211+11=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 11 (4.69% from 255 or 2.38% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D30B is #0F2CF4. Grayscale: #C5C5C5. Windows color (decimal): -994549 or 775152. OLE color: 775152.
HSL color Cylindrical-coordinate representation of color #F0D30B: hue angle of 52.4º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0D30B is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 11 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.06 |
| HSL | 52.4º | 0.91% | 0.49% | - |
| HSV(B) | 52.4º | 0.95% | 0.94% | - |
| XYZ | 59.29 | 65.14 | 9.76 | - |
| YUV | 196.87 | 23.11 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 11 | 0 | 0.12 | 0.95 | 0.06 | 52.4 | 0.91 | 0.49 |
| Hex | F0 | D3 | B | 0 | C | 5F | 6 | 34 | 5B | 31 |
| Octal | 360 | 323 | 13 | 0 | 14 | 137 | 6 | 64 | 133 | 61 |
| Binary | 11110000 | 11010011 | 1011 | 0 | 1100 | 1011111 | 110 | 110100 | 1011011 | 110001 |
Color Harmonies of #F0D30B
Complementary color
Monochromatic Colors of #F0D30B
Black with #F0D30B
Text Example
Text Example
White with #F0D30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D30B; }
p { color: rgb(240,211,11); }
H1.HeaderClassName
{
color: #F0D30B;
}
.AnyTagClassName
{
color: #F0D30B;
}
</style>
background-color css
<style>
a { background-color: #F0D30B; }
a { background-color: rgb(240,211,11); }
div.DivClassName
{
background-color: #F0D30B;
}
.BgClassName
{
background-color: #F0D30B;
}
</style>
border-color css
<style>
span { border-color: #F0D30B; }
span { border-color: rgb(240,211,11); }
td.TdClassName
{
border-color: #F0D30B;
}
.TagClassName
{
border-color: #F0D30B;
}
</style>