Shades of Golden Yellow #FADF00
Tints of Golden Yellow #FADF00
RGB
CMYK
RGB Variations
Color information
#FADF00 (or 0xFADF00) is known color: Golden Yellow. HEX triplet: FA, DF and 00. RGB value is (250,223,0). Sum of RGB (Red+Green+Blue) = 250+223+0=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 0 (0.39% from 255 or 0% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADF00 is #0520FF. Grayscale: #CECECE. Windows color (decimal): -336128 or 57338. OLE color: 57338.
HSL color Cylindrical-coordinate representation of color #FADF00: hue angle of 53.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FADF00 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.02 |
| HSL | 53.52º | 1% | 0.49% | - |
| HSV(B) | 53.52º | 1% | 0.98% | - |
| XYZ | 65.81 | 73.1 | 10.64 | - |
| YUV | 205.65 | 11.95 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 0 | 0 | 0.11 | 1 | 0.02 | 53.52 | 1 | 0.49 |
| Hex | FA | DF | 0 | 0 | B | 64 | 2 | 36 | 64 | 31 |
| Octal | 372 | 337 | 0 | 0 | 13 | 144 | 2 | 66 | 144 | 61 |
| Binary | 11111010 | 11011111 | 0 | 0 | 1011 | 1100100 | 10 | 110110 | 1100100 | 110001 |
Color Harmonies of #FADF00
Complementary color
Monochromatic Colors of #FADF00
Black with #FADF00
Text Example
Text Example
White with #FADF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF00; }
p { color: rgb(250,223,0); }
H1.HeaderClassName
{
color: #FADF00;
}
.AnyTagClassName
{
color: #FADF00;
}
</style>
background-color css
<style>
a { background-color: #FADF00; }
a { background-color: rgb(250,223,0); }
div.DivClassName
{
background-color: #FADF00;
}
.BgClassName
{
background-color: #FADF00;
}
</style>
border-color css
<style>
span { border-color: #FADF00; }
span { border-color: rgb(250,223,0); }
td.TdClassName
{
border-color: #FADF00;
}
.TagClassName
{
border-color: #FADF00;
}
</style>