Shades of Golden Yellow #FADC01
Tints of Golden Yellow #FADC01
RGB
CMYK
RGB Variations
Color information
#FADC01 (or 0xFADC01) is known color: Golden Yellow. HEX triplet: FA, DC and 01. RGB value is (250,220,1). Sum of RGB (Red+Green+Blue) = 250+220+1=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 1 (0.78% from 255 or 0.21% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADC01 is #0523FE. Grayscale: #CCCCCC. Windows color (decimal): -336895 or 122106. OLE color: 122106.
HSL color Cylindrical-coordinate representation of color #FADC01: hue angle of 52.77º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FADC01 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 1 | - |
| CMYK | 0 | 0.12 | 1.00 | 0.02 |
| HSL | 52.77º | 0.99% | 0.49% | - |
| HSV(B) | 52.77º | 1% | 0.98% | - |
| XYZ | 65.02 | 71.51 | 10.4 | - |
| YUV | 204 | 13.44 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 1 | 0 | 0.12 | 1.00 | 0.02 | 52.77 | 0.99 | 0.49 |
| Hex | FA | DC | 1 | 0 | C | 64 | 2 | 35 | 63 | 31 |
| Octal | 372 | 334 | 1 | 0 | 14 | 144 | 2 | 65 | 143 | 61 |
| Binary | 11111010 | 11011100 | 1 | 0 | 1100 | 1100100 | 10 | 110101 | 1100011 | 110001 |
Color Harmonies of #FADC01
Complementary color
Monochromatic Colors of #FADC01
Black with #FADC01
Text Example
Text Example
White with #FADC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC01; }
p { color: rgb(250,220,1); }
H1.HeaderClassName
{
color: #FADC01;
}
.AnyTagClassName
{
color: #FADC01;
}
</style>
background-color css
<style>
a { background-color: #FADC01; }
a { background-color: rgb(250,220,1); }
div.DivClassName
{
background-color: #FADC01;
}
.BgClassName
{
background-color: #FADC01;
}
</style>
border-color css
<style>
span { border-color: #FADC01; }
span { border-color: rgb(250,220,1); }
td.TdClassName
{
border-color: #FADC01;
}
.TagClassName
{
border-color: #FADC01;
}
</style>