Shades of Golden Yellow #F7DB0D
Tints of Golden Yellow #F7DB0D
RGB
CMYK
RGB Variations
Color information
#F7DB0D (or 0xF7DB0D) is known color: Golden Yellow. HEX triplet: F7, DB and 0D. RGB value is (247,219,13). Sum of RGB (Red+Green+Blue) = 247+219+13=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 13 (5.47% from 255 or 2.71% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DB0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7DB0D is #0824F2. Grayscale: #CCCCCC. Windows color (decimal): -533747 or 908279. OLE color: 908279.
HSL color Cylindrical-coordinate representation of color #F7DB0D: hue angle of 52.82º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7DB0D is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 219 | 13 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.03 |
| HSL | 52.82º | 0.94% | 0.51% | - |
| HSV(B) | 52.82º | 0.95% | 0.97% | - |
| XYZ | 63.76 | 70.47 | 10.62 | - |
| YUV | 203.89 | 20.28 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 219 | 13 | 0 | 0.11 | 0.95 | 0.03 | 52.82 | 0.94 | 0.51 |
| Hex | F7 | DB | D | 0 | B | 5F | 3 | 35 | 5E | 33 |
| Octal | 367 | 333 | 15 | 0 | 13 | 137 | 3 | 65 | 136 | 63 |
| Binary | 11110111 | 11011011 | 1101 | 0 | 1011 | 1011111 | 11 | 110101 | 1011110 | 110011 |
Color Harmonies of #F7DB0D
Complementary color
Monochromatic Colors of #F7DB0D
Black with #F7DB0D
Text Example
Text Example
White with #F7DB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DB0D; }
p { color: rgb(247,219,13); }
H1.HeaderClassName
{
color: #F7DB0D;
}
.AnyTagClassName
{
color: #F7DB0D;
}
</style>
background-color css
<style>
a { background-color: #F7DB0D; }
a { background-color: rgb(247,219,13); }
div.DivClassName
{
background-color: #F7DB0D;
}
.BgClassName
{
background-color: #F7DB0D;
}
</style>
border-color css
<style>
span { border-color: #F7DB0D; }
span { border-color: rgb(247,219,13); }
td.TdClassName
{
border-color: #F7DB0D;
}
.TagClassName
{
border-color: #F7DB0D;
}
</style>