Shades of Golden Yellow #F0DC0A
Tints of Golden Yellow #F0DC0A
RGB
CMYK
RGB Variations
Color information
#F0DC0A (or 0xF0DC0A) is known color: Golden Yellow. HEX triplet: F0, DC and 0A. RGB value is (240,220,10). Sum of RGB (Red+Green+Blue) = 240+220+10=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 10 (4.30% from 255 or 2.13% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DC0A is #0F23F5. Grayscale: #CACACA. Windows color (decimal): -992246 or 711920. OLE color: 711920.
HSL color Cylindrical-coordinate representation of color #F0DC0A: hue angle of 54.78º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0DC0A is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 10 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.06 |
| HSL | 54.78º | 0.92% | 0.49% | - |
| HSV(B) | 54.78º | 0.96% | 0.94% | - |
| XYZ | 61.58 | 69.73 | 10.5 | - |
| YUV | 202.04 | 19.63 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 10 | 0 | 0.08 | 0.96 | 0.06 | 54.78 | 0.92 | 0.49 |
| Hex | F0 | DC | A | 0 | 8 | 60 | 6 | 37 | 5C | 31 |
| Octal | 360 | 334 | 12 | 0 | 10 | 140 | 6 | 67 | 134 | 61 |
| Binary | 11110000 | 11011100 | 1010 | 0 | 1000 | 1100000 | 110 | 110111 | 1011100 | 110001 |
Color Harmonies of #F0DC0A
Complementary color
Monochromatic Colors of #F0DC0A
Black with #F0DC0A
Text Example
Text Example
White with #F0DC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DC0A; }
p { color: rgb(240,220,10); }
H1.HeaderClassName
{
color: #F0DC0A;
}
.AnyTagClassName
{
color: #F0DC0A;
}
</style>
background-color css
<style>
a { background-color: #F0DC0A; }
a { background-color: rgb(240,220,10); }
div.DivClassName
{
background-color: #F0DC0A;
}
.BgClassName
{
background-color: #F0DC0A;
}
</style>
border-color css
<style>
span { border-color: #F0DC0A; }
span { border-color: rgb(240,220,10); }
td.TdClassName
{
border-color: #F0DC0A;
}
.TagClassName
{
border-color: #F0DC0A;
}
</style>