Shades of Golden Yellow #FADD05
Tints of Golden Yellow #FADD05
RGB
CMYK
RGB Variations
Color information
#FADD05 (or 0xFADD05) is known color: Golden Yellow. HEX triplet: FA, DD and 05. RGB value is (250,221,5). Sum of RGB (Red+Green+Blue) = 250+221+5=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 5 (2.34% from 255 or 1.05% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADD05 is #0522FA. Grayscale: #CDCDCD. Windows color (decimal): -336635 or 384506. OLE color: 384506.
HSL color Cylindrical-coordinate representation of color #FADD05: hue angle of 52.9º 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 #FADD05 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 5 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.02 |
| HSL | 52.9º | 0.96% | 0.5% | - |
| HSV(B) | 52.9º | 0.98% | 0.98% | - |
| XYZ | 65.31 | 72.05 | 10.61 | - |
| YUV | 205.05 | 15.11 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 5 | 0 | 0.12 | 0.98 | 0.02 | 52.9 | 0.96 | 0.5 |
| Hex | FA | DD | 5 | 0 | C | 62 | 2 | 35 | 60 | 32 |
| Octal | 372 | 335 | 5 | 0 | 14 | 142 | 2 | 65 | 140 | 62 |
| Binary | 11111010 | 11011101 | 101 | 0 | 1100 | 1100010 | 10 | 110101 | 1100000 | 110010 |
Color Harmonies of #FADD05
Complementary color
Monochromatic Colors of #FADD05
Black with #FADD05
Text Example
Text Example
White with #FADD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD05; }
p { color: rgb(250,221,5); }
H1.HeaderClassName
{
color: #FADD05;
}
.AnyTagClassName
{
color: #FADD05;
}
</style>
background-color css
<style>
a { background-color: #FADD05; }
a { background-color: rgb(250,221,5); }
div.DivClassName
{
background-color: #FADD05;
}
.BgClassName
{
background-color: #FADD05;
}
</style>
border-color css
<style>
span { border-color: #FADD05; }
span { border-color: rgb(250,221,5); }
td.TdClassName
{
border-color: #FADD05;
}
.TagClassName
{
border-color: #FADD05;
}
</style>