Shades of Dandelion #FACD65
Tints of Dandelion #FACD65
RGB
CMYK
RGB Variations
Color information
#FACD65 (or 0xFACD65) is known color: Dandelion. HEX triplet: FA, CD and 65. RGB value is (250,205,101). Sum of RGB (Red+Green+Blue) = 250+205+101=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 101 (39.84% from 255 or 18.17% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD65 is #05329A. Grayscale: #CFCFCF. Windows color (decimal): -340635 or 6671866. OLE color: 6671866.
HSL color Cylindrical-coordinate representation of color #FACD65: hue angle of 41.88º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FACD65 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 101 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.02 |
| HSL | 41.88º | 0.94% | 0.69% | - |
| HSV(B) | 41.88º | 0.6% | 0.98% | - |
| XYZ | 63.6 | 64.93 | 21.49 | - |
| YUV | 206.6 | 68.41 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 101 | 0 | 0.18 | 0.60 | 0.02 | 41.88 | 0.94 | 0.69 |
| Hex | FA | CD | 65 | 0 | 12 | 3C | 2 | 2A | 5E | 45 |
| Octal | 372 | 315 | 145 | 0 | 22 | 74 | 2 | 52 | 136 | 105 |
| Binary | 11111010 | 11001101 | 1100101 | 0 | 10010 | 111100 | 10 | 101010 | 1011110 | 1000101 |
Color Harmonies of #FACD65
Complementary color
Monochromatic Colors of #FACD65
Black with #FACD65
Text Example
Text Example
White with #FACD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD65; }
p { color: rgb(250,205,101); }
H1.HeaderClassName
{
color: #FACD65;
}
.AnyTagClassName
{
color: #FACD65;
}
</style>
background-color css
<style>
a { background-color: #FACD65; }
a { background-color: rgb(250,205,101); }
div.DivClassName
{
background-color: #FACD65;
}
.BgClassName
{
background-color: #FACD65;
}
</style>
border-color css
<style>
span { border-color: #FACD65; }
span { border-color: rgb(250,205,101); }
td.TdClassName
{
border-color: #FACD65;
}
.TagClassName
{
border-color: #FACD65;
}
</style>