Shades of Golden Yellow #FADF04
Tints of Golden Yellow #FADF04
RGB
CMYK
RGB Variations
Color information
#FADF04 (or 0xFADF04) is known color: Golden Yellow. HEX triplet: FA, DF and 04. RGB value is (250,223,4). Sum of RGB (Red+Green+Blue) = 250+223+4=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 4 (1.95% from 255 or 0.84% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADF04 is #0520FB. Grayscale: #CFCFCF. Windows color (decimal): -336124 or 319482. OLE color: 319482.
HSL color Cylindrical-coordinate representation of color #FADF04: hue angle of 53.41º degrees, saturation: 0.97, 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 #FADF04 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 4 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.02 |
| HSL | 53.41º | 0.97% | 0.5% | - |
| HSV(B) | 53.41º | 0.98% | 0.98% | - |
| XYZ | 65.83 | 73.11 | 10.76 | - |
| YUV | 206.11 | 13.95 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 4 | 0 | 0.11 | 0.98 | 0.02 | 53.41 | 0.97 | 0.5 |
| Hex | FA | DF | 4 | 0 | B | 62 | 2 | 35 | 61 | 32 |
| Octal | 372 | 337 | 4 | 0 | 13 | 142 | 2 | 65 | 141 | 62 |
| Binary | 11111010 | 11011111 | 100 | 0 | 1011 | 1100010 | 10 | 110101 | 1100001 | 110010 |
Color Harmonies of #FADF04
Complementary color
Monochromatic Colors of #FADF04
Black with #FADF04
Text Example
Text Example
White with #FADF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF04; }
p { color: rgb(250,223,4); }
H1.HeaderClassName
{
color: #FADF04;
}
.AnyTagClassName
{
color: #FADF04;
}
</style>
background-color css
<style>
a { background-color: #FADF04; }
a { background-color: rgb(250,223,4); }
div.DivClassName
{
background-color: #FADF04;
}
.BgClassName
{
background-color: #FADF04;
}
</style>
border-color css
<style>
span { border-color: #FADF04; }
span { border-color: rgb(250,223,4); }
td.TdClassName
{
border-color: #FADF04;
}
.TagClassName
{
border-color: #FADF04;
}
</style>