Shades of Golden Yellow #F7DC01
Tints of Golden Yellow #F7DC01
RGB
CMYK
RGB Variations
Color information
#F7DC01 (or 0xF7DC01) is known color: Golden Yellow. HEX triplet: F7, DC and 01. RGB value is (247,220,1). Sum of RGB (Red+Green+Blue) = 247+220+1=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 1 (0.78% from 255 or 0.21% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DC01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7DC01 is #0823FE. Grayscale: #CCCCCC. Windows color (decimal): -533503 or 122103. OLE color: 122103.
HSL color Cylindrical-coordinate representation of color #F7DC01: hue angle of 53.41º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7DC01 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 1 | - |
| CMYK | 0 | 0.11 | 1.00 | 0.03 |
| HSL | 53.41º | 0.99% | 0.49% | - |
| HSV(B) | 53.41º | 1% | 0.97% | - |
| XYZ | 63.96 | 70.96 | 10.36 | - |
| YUV | 203.11 | 13.95 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 1 | 0 | 0.11 | 1.00 | 0.03 | 53.41 | 0.99 | 0.49 |
| Hex | F7 | DC | 1 | 0 | B | 64 | 3 | 35 | 63 | 31 |
| Octal | 367 | 334 | 1 | 0 | 13 | 144 | 3 | 65 | 143 | 61 |
| Binary | 11110111 | 11011100 | 1 | 0 | 1011 | 1100100 | 11 | 110101 | 1100011 | 110001 |
Color Harmonies of #F7DC01
Complementary color
Monochromatic Colors of #F7DC01
Black with #F7DC01
Text Example
Text Example
White with #F7DC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DC01; }
p { color: rgb(247,220,1); }
H1.HeaderClassName
{
color: #F7DC01;
}
.AnyTagClassName
{
color: #F7DC01;
}
</style>
background-color css
<style>
a { background-color: #F7DC01; }
a { background-color: rgb(247,220,1); }
div.DivClassName
{
background-color: #F7DC01;
}
.BgClassName
{
background-color: #F7DC01;
}
</style>
border-color css
<style>
span { border-color: #F7DC01; }
span { border-color: rgb(247,220,1); }
td.TdClassName
{
border-color: #F7DC01;
}
.TagClassName
{
border-color: #F7DC01;
}
</style>