Shades of Golden Yellow #F5DB0A
Tints of Golden Yellow #F5DB0A
RGB
CMYK
RGB Variations
Color information
#F5DB0A (or 0xF5DB0A) is known color: Golden Yellow. HEX triplet: F5, DB and 0A. RGB value is (245,219,10). Sum of RGB (Red+Green+Blue) = 245+219+10=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 10 (4.30% from 255 or 2.11% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DB0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DB0A is #0A24F5. Grayscale: #CBCBCB. Windows color (decimal): -664822 or 711669. OLE color: 711669.
HSL color Cylindrical-coordinate representation of color #F5DB0A: hue angle of 53.36º 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 #F5DB0A is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 10 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.04 |
| HSL | 53.36º | 0.92% | 0.5% | - |
| HSV(B) | 53.36º | 0.96% | 0.96% | - |
| XYZ | 63.04 | 70.1 | 10.49 | - |
| YUV | 202.95 | 19.11 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 10 | 0 | 0.11 | 0.96 | 0.04 | 53.36 | 0.92 | 0.5 |
| Hex | F5 | DB | A | 0 | B | 60 | 4 | 35 | 5C | 32 |
| Octal | 365 | 333 | 12 | 0 | 13 | 140 | 4 | 65 | 134 | 62 |
| Binary | 11110101 | 11011011 | 1010 | 0 | 1011 | 1100000 | 100 | 110101 | 1011100 | 110010 |
Color Harmonies of #F5DB0A
Complementary color
Monochromatic Colors of #F5DB0A
Black with #F5DB0A
Text Example
Text Example
White with #F5DB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DB0A; }
p { color: rgb(245,219,10); }
H1.HeaderClassName
{
color: #F5DB0A;
}
.AnyTagClassName
{
color: #F5DB0A;
}
</style>
background-color css
<style>
a { background-color: #F5DB0A; }
a { background-color: rgb(245,219,10); }
div.DivClassName
{
background-color: #F5DB0A;
}
.BgClassName
{
background-color: #F5DB0A;
}
</style>
border-color css
<style>
span { border-color: #F5DB0A; }
span { border-color: rgb(245,219,10); }
td.TdClassName
{
border-color: #F5DB0A;
}
.TagClassName
{
border-color: #F5DB0A;
}
</style>