Shades of Golden Yellow #FADC0B
Tints of Golden Yellow #FADC0B
RGB
CMYK
RGB Variations
Color information
#FADC0B (or 0xFADC0B) is known color: Golden Yellow. HEX triplet: FA, DC and 0B. RGB value is (250,220,11). Sum of RGB (Red+Green+Blue) = 250+220+11=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 11 (4.69% from 255 or 2.29% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADC0B is #0523F4. Grayscale: #CECECE. Windows color (decimal): -336885 or 777466. OLE color: 777466.
HSL color Cylindrical-coordinate representation of color #FADC0B: hue angle of 52.47º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FADC0B is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 11 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.02 |
| HSL | 52.47º | 0.96% | 0.51% | - |
| HSV(B) | 52.47º | 0.96% | 0.98% | - |
| XYZ | 65.08 | 71.53 | 10.69 | - |
| YUV | 205.14 | 18.44 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 11 | 0 | 0.12 | 0.96 | 0.02 | 52.47 | 0.96 | 0.51 |
| Hex | FA | DC | B | 0 | C | 60 | 2 | 34 | 60 | 33 |
| Octal | 372 | 334 | 13 | 0 | 14 | 140 | 2 | 64 | 140 | 63 |
| Binary | 11111010 | 11011100 | 1011 | 0 | 1100 | 1100000 | 10 | 110100 | 1100000 | 110011 |
Color Harmonies of #FADC0B
Complementary color
Monochromatic Colors of #FADC0B
Black with #FADC0B
Text Example
Text Example
White with #FADC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC0B; }
p { color: rgb(250,220,11); }
H1.HeaderClassName
{
color: #FADC0B;
}
.AnyTagClassName
{
color: #FADC0B;
}
</style>
background-color css
<style>
a { background-color: #FADC0B; }
a { background-color: rgb(250,220,11); }
div.DivClassName
{
background-color: #FADC0B;
}
.BgClassName
{
background-color: #FADC0B;
}
</style>
border-color css
<style>
span { border-color: #FADC0B; }
span { border-color: rgb(250,220,11); }
td.TdClassName
{
border-color: #FADC0B;
}
.TagClassName
{
border-color: #FADC0B;
}
</style>