Shades of Dandelion #FCD65C
Tints of Dandelion #FCD65C
RGB
CMYK
RGB Variations
Color information
#FCD65C (or 0xFCD65C) is known color: Dandelion. HEX triplet: FC, D6 and 5C. RGB value is (252,214,92). Sum of RGB (Red+Green+Blue) = 252+214+92=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 92 (36.33% from 255 or 16.49% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD65C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD65C is #0329A3. Grayscale: #D3D3D3. Windows color (decimal): -207268 or 6084348. OLE color: 6084348.
HSL color Cylindrical-coordinate representation of color #FCD65C: hue angle of 45.75º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCD65C is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 92 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.01 |
| HSL | 45.75º | 0.96% | 0.67% | - |
| HSV(B) | 45.75º | 0.63% | 0.99% | - |
| XYZ | 66.12 | 69.56 | 20.07 | - |
| YUV | 211.45 | 60.59 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 92 | 0 | 0.15 | 0.63 | 0.01 | 45.75 | 0.96 | 0.67 |
| Hex | FC | D6 | 5C | 0 | F | 3F | 1 | 2E | 60 | 43 |
| Octal | 374 | 326 | 134 | 0 | 17 | 77 | 1 | 56 | 140 | 103 |
| Binary | 11111100 | 11010110 | 1011100 | 0 | 1111 | 111111 | 1 | 101110 | 1100000 | 1000011 |
Color Harmonies of #FCD65C
Complementary color
Monochromatic Colors of #FCD65C
Black with #FCD65C
Text Example
Text Example
White with #FCD65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD65C; }
p { color: rgb(252,214,92); }
H1.HeaderClassName
{
color: #FCD65C;
}
.AnyTagClassName
{
color: #FCD65C;
}
</style>
background-color css
<style>
a { background-color: #FCD65C; }
a { background-color: rgb(252,214,92); }
div.DivClassName
{
background-color: #FCD65C;
}
.BgClassName
{
background-color: #FCD65C;
}
</style>
border-color css
<style>
span { border-color: #FCD65C; }
span { border-color: rgb(252,214,92); }
td.TdClassName
{
border-color: #FCD65C;
}
.TagClassName
{
border-color: #FCD65C;
}
</style>