Shades of Golden Yellow #FADF09
Tints of Golden Yellow #FADF09
RGB
CMYK
RGB Variations
Color information
#FADF09 (or 0xFADF09) is known color: Golden Yellow. HEX triplet: FA, DF and 09. RGB value is (250,223,9). Sum of RGB (Red+Green+Blue) = 250+223+9=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 9 (3.91% from 255 or 1.87% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADF09 is #0520F6. Grayscale: #CFCFCF. Windows color (decimal): -336119 or 647162. OLE color: 647162.
HSL color Cylindrical-coordinate representation of color #FADF09: hue angle of 53.28º 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 #FADF09 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 9 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.02 |
| HSL | 53.28º | 0.96% | 0.51% | - |
| HSV(B) | 53.28º | 0.96% | 0.98% | - |
| XYZ | 65.86 | 73.12 | 10.9 | - |
| YUV | 206.68 | 16.45 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 9 | 0 | 0.11 | 0.96 | 0.02 | 53.28 | 0.96 | 0.51 |
| Hex | FA | DF | 9 | 0 | B | 60 | 2 | 35 | 60 | 33 |
| Octal | 372 | 337 | 11 | 0 | 13 | 140 | 2 | 65 | 140 | 63 |
| Binary | 11111010 | 11011111 | 1001 | 0 | 1011 | 1100000 | 10 | 110101 | 1100000 | 110011 |
Color Harmonies of #FADF09
Complementary color
Monochromatic Colors of #FADF09
Black with #FADF09
Text Example
Text Example
White with #FADF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF09; }
p { color: rgb(250,223,9); }
H1.HeaderClassName
{
color: #FADF09;
}
.AnyTagClassName
{
color: #FADF09;
}
</style>
background-color css
<style>
a { background-color: #FADF09; }
a { background-color: rgb(250,223,9); }
div.DivClassName
{
background-color: #FADF09;
}
.BgClassName
{
background-color: #FADF09;
}
</style>
border-color css
<style>
span { border-color: #FADF09; }
span { border-color: rgb(250,223,9); }
td.TdClassName
{
border-color: #FADF09;
}
.TagClassName
{
border-color: #FADF09;
}
</style>