Shades of Dandelion #FCD65B
Tints of Dandelion #FCD65B
RGB
CMYK
RGB Variations
Color information
#FCD65B (or 0xFCD65B) is known color: Dandelion. HEX triplet: FC, D6 and 5B. RGB value is (252,214,91). Sum of RGB (Red+Green+Blue) = 252+214+91=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 91 (35.94% from 255 or 16.34% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD65B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD65B is #0329A4. Grayscale: #D3D3D3. Windows color (decimal): -207269 or 6018812. OLE color: 6018812.
HSL color Cylindrical-coordinate representation of color #FCD65B: hue angle of 45.84º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCD65B is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 91 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.01 |
| HSL | 45.84º | 0.96% | 0.67% | - |
| HSV(B) | 45.84º | 0.64% | 0.99% | - |
| XYZ | 66.08 | 69.54 | 19.84 | - |
| YUV | 211.34 | 60.09 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 91 | 0 | 0.15 | 0.64 | 0.01 | 45.84 | 0.96 | 0.67 |
| Hex | FC | D6 | 5B | 0 | F | 40 | 1 | 2E | 60 | 43 |
| Octal | 374 | 326 | 133 | 0 | 17 | 100 | 1 | 56 | 140 | 103 |
| Binary | 11111100 | 11010110 | 1011011 | 0 | 1111 | 1000000 | 1 | 101110 | 1100000 | 1000011 |
Color Harmonies of #FCD65B
Complementary color
Monochromatic Colors of #FCD65B
Black with #FCD65B
Text Example
Text Example
White with #FCD65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD65B; }
p { color: rgb(252,214,91); }
H1.HeaderClassName
{
color: #FCD65B;
}
.AnyTagClassName
{
color: #FCD65B;
}
</style>
background-color css
<style>
a { background-color: #FCD65B; }
a { background-color: rgb(252,214,91); }
div.DivClassName
{
background-color: #FCD65B;
}
.BgClassName
{
background-color: #FCD65B;
}
</style>
border-color css
<style>
span { border-color: #FCD65B; }
span { border-color: rgb(252,214,91); }
td.TdClassName
{
border-color: #FCD65B;
}
.TagClassName
{
border-color: #FCD65B;
}
</style>