Shades of Golden Yellow #FADF05
Tints of Golden Yellow #FADF05
RGB
CMYK
RGB Variations
Color information
#FADF05 (or 0xFADF05) is known color: Golden Yellow. HEX triplet: FA, DF and 05. RGB value is (250,223,5). Sum of RGB (Red+Green+Blue) = 250+223+5=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 5 (2.34% from 255 or 1.05% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADF05 is #0520FA. Grayscale: #CFCFCF. Windows color (decimal): -336123 or 385018. OLE color: 385018.
HSL color Cylindrical-coordinate representation of color #FADF05: hue angle of 53.39º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FADF05 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 5 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.02 |
| HSL | 53.39º | 0.96% | 0.5% | - |
| HSV(B) | 53.39º | 0.98% | 0.98% | - |
| XYZ | 65.84 | 73.11 | 10.79 | - |
| YUV | 206.22 | 14.45 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 5 | 0 | 0.11 | 0.98 | 0.02 | 53.39 | 0.96 | 0.5 |
| Hex | FA | DF | 5 | 0 | B | 62 | 2 | 35 | 60 | 32 |
| Octal | 372 | 337 | 5 | 0 | 13 | 142 | 2 | 65 | 140 | 62 |
| Binary | 11111010 | 11011111 | 101 | 0 | 1011 | 1100010 | 10 | 110101 | 1100000 | 110010 |
Color Harmonies of #FADF05
Complementary color
Monochromatic Colors of #FADF05
Black with #FADF05
Text Example
Text Example
White with #FADF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF05; }
p { color: rgb(250,223,5); }
H1.HeaderClassName
{
color: #FADF05;
}
.AnyTagClassName
{
color: #FADF05;
}
</style>
background-color css
<style>
a { background-color: #FADF05; }
a { background-color: rgb(250,223,5); }
div.DivClassName
{
background-color: #FADF05;
}
.BgClassName
{
background-color: #FADF05;
}
</style>
border-color css
<style>
span { border-color: #FADF05; }
span { border-color: rgb(250,223,5); }
td.TdClassName
{
border-color: #FADF05;
}
.TagClassName
{
border-color: #FADF05;
}
</style>