Shades of Golden Yellow #FADD01
Tints of Golden Yellow #FADD01
RGB
CMYK
RGB Variations
Color information
#FADD01 (or 0xFADD01) is known color: Golden Yellow. HEX triplet: FA, DD and 01. RGB value is (250,221,1). Sum of RGB (Red+Green+Blue) = 250+221+1=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 1 (0.78% from 255 or 0.21% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADD01 is #0522FE. Grayscale: #CDCDCD. Windows color (decimal): -336639 or 122362. OLE color: 122362.
HSL color Cylindrical-coordinate representation of color #FADD01: hue angle of 53.01º 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 #FADD01 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 1 | - |
| CMYK | 0 | 0.12 | 1.00 | 0.02 |
| HSL | 53.01º | 0.99% | 0.49% | - |
| HSV(B) | 53.01º | 1% | 0.98% | - |
| XYZ | 65.29 | 72.04 | 10.49 | - |
| YUV | 204.59 | 13.11 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 1 | 0 | 0.12 | 1.00 | 0.02 | 53.01 | 0.99 | 0.49 |
| Hex | FA | DD | 1 | 0 | C | 64 | 2 | 35 | 63 | 31 |
| Octal | 372 | 335 | 1 | 0 | 14 | 144 | 2 | 65 | 143 | 61 |
| Binary | 11111010 | 11011101 | 1 | 0 | 1100 | 1100100 | 10 | 110101 | 1100011 | 110001 |
Color Harmonies of #FADD01
Complementary color
Monochromatic Colors of #FADD01
Black with #FADD01
Text Example
Text Example
White with #FADD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD01; }
p { color: rgb(250,221,1); }
H1.HeaderClassName
{
color: #FADD01;
}
.AnyTagClassName
{
color: #FADD01;
}
</style>
background-color css
<style>
a { background-color: #FADD01; }
a { background-color: rgb(250,221,1); }
div.DivClassName
{
background-color: #FADD01;
}
.BgClassName
{
background-color: #FADD01;
}
</style>
border-color css
<style>
span { border-color: #FADD01; }
span { border-color: rgb(250,221,1); }
td.TdClassName
{
border-color: #FADD01;
}
.TagClassName
{
border-color: #FADD01;
}
</style>