Shades of Golden Yellow #FADD08
Tints of Golden Yellow #FADD08
RGB
CMYK
RGB Variations
Color information
#FADD08 (or 0xFADD08) is known color: Golden Yellow. HEX triplet: FA, DD and 08. RGB value is (250,221,8). Sum of RGB (Red+Green+Blue) = 250+221+8=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 8 (3.52% from 255 or 1.67% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADD08 is #0522F7. Grayscale: #CECECE. Windows color (decimal): -336632 or 581114. OLE color: 581114.
HSL color Cylindrical-coordinate representation of color #FADD08: hue angle of 52.81º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FADD08 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 8 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.02 |
| HSL | 52.81º | 0.96% | 0.51% | - |
| HSV(B) | 52.81º | 0.97% | 0.98% | - |
| XYZ | 65.32 | 72.05 | 10.69 | - |
| YUV | 205.39 | 16.61 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 8 | 0 | 0.12 | 0.97 | 0.02 | 52.81 | 0.96 | 0.51 |
| Hex | FA | DD | 8 | 0 | C | 61 | 2 | 35 | 60 | 33 |
| Octal | 372 | 335 | 10 | 0 | 14 | 141 | 2 | 65 | 140 | 63 |
| Binary | 11111010 | 11011101 | 1000 | 0 | 1100 | 1100001 | 10 | 110101 | 1100000 | 110011 |
Color Harmonies of #FADD08
Complementary color
Monochromatic Colors of #FADD08
Black with #FADD08
Text Example
Text Example
White with #FADD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD08; }
p { color: rgb(250,221,8); }
H1.HeaderClassName
{
color: #FADD08;
}
.AnyTagClassName
{
color: #FADD08;
}
</style>
background-color css
<style>
a { background-color: #FADD08; }
a { background-color: rgb(250,221,8); }
div.DivClassName
{
background-color: #FADD08;
}
.BgClassName
{
background-color: #FADD08;
}
</style>
border-color css
<style>
span { border-color: #FADD08; }
span { border-color: rgb(250,221,8); }
td.TdClassName
{
border-color: #FADD08;
}
.TagClassName
{
border-color: #FADD08;
}
</style>