Shades of Golden Yellow #FADF01
Tints of Golden Yellow #FADF01
RGB
CMYK
RGB Variations
Color information
#FADF01 (or 0xFADF01) is known color: Golden Yellow. HEX triplet: FA, DF and 01. RGB value is (250,223,1). Sum of RGB (Red+Green+Blue) = 250+223+1=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 1 (0.78% from 255 or 0.21% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADF01 is #0520FE. Grayscale: #CECECE. Windows color (decimal): -336127 or 122874. OLE color: 122874.
HSL color Cylindrical-coordinate representation of color #FADF01: hue angle of 53.49º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FADF01 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 1 | - |
| CMYK | 0 | 0.11 | 1.00 | 0.02 |
| HSL | 53.49º | 0.99% | 0.49% | - |
| HSV(B) | 53.49º | 1% | 0.98% | - |
| XYZ | 65.82 | 73.1 | 10.67 | - |
| YUV | 205.77 | 12.45 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 1 | 0 | 0.11 | 1.00 | 0.02 | 53.49 | 0.99 | 0.49 |
| Hex | FA | DF | 1 | 0 | B | 64 | 2 | 35 | 63 | 31 |
| Octal | 372 | 337 | 1 | 0 | 13 | 144 | 2 | 65 | 143 | 61 |
| Binary | 11111010 | 11011111 | 1 | 0 | 1011 | 1100100 | 10 | 110101 | 1100011 | 110001 |
Color Harmonies of #FADF01
Complementary color
Monochromatic Colors of #FADF01
Black with #FADF01
Text Example
Text Example
White with #FADF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF01; }
p { color: rgb(250,223,1); }
H1.HeaderClassName
{
color: #FADF01;
}
.AnyTagClassName
{
color: #FADF01;
}
</style>
background-color css
<style>
a { background-color: #FADF01; }
a { background-color: rgb(250,223,1); }
div.DivClassName
{
background-color: #FADF01;
}
.BgClassName
{
background-color: #FADF01;
}
</style>
border-color css
<style>
span { border-color: #FADF01; }
span { border-color: rgb(250,223,1); }
td.TdClassName
{
border-color: #FADF01;
}
.TagClassName
{
border-color: #FADF01;
}
</style>