Shades of Dandelion #FCDF67
Tints of Dandelion #FCDF67
RGB
CMYK
RGB Variations
Color information
#FCDF67 (or 0xFCDF67) is known color: Dandelion. HEX triplet: FC, DF and 67. RGB value is (252,223,103). Sum of RGB (Red+Green+Blue) = 252+223+103=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 103 (40.62% from 255 or 17.82% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF67 is #032098. Grayscale: #DADADA. Windows color (decimal): -204953 or 6807548. OLE color: 6807548.
HSL color Cylindrical-coordinate representation of color #FCDF67: hue angle of 48.32º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCDF67 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 103 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.01 |
| HSL | 48.32º | 0.96% | 0.7% | - |
| HSV(B) | 48.32º | 0.59% | 0.99% | - |
| XYZ | 68.98 | 74.45 | 23.57 | - |
| YUV | 217.99 | 63.11 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 103 | 0 | 0.12 | 0.59 | 0.01 | 48.32 | 0.96 | 0.7 |
| Hex | FC | DF | 67 | 0 | C | 3B | 1 | 30 | 60 | 46 |
| Octal | 374 | 337 | 147 | 0 | 14 | 73 | 1 | 60 | 140 | 106 |
| Binary | 11111100 | 11011111 | 1100111 | 0 | 1100 | 111011 | 1 | 110000 | 1100000 | 1000110 |
Color Harmonies of #FCDF67
Complementary color
Monochromatic Colors of #FCDF67
Black with #FCDF67
Text Example
Text Example
White with #FCDF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF67; }
p { color: rgb(252,223,103); }
H1.HeaderClassName
{
color: #FCDF67;
}
.AnyTagClassName
{
color: #FCDF67;
}
</style>
background-color css
<style>
a { background-color: #FCDF67; }
a { background-color: rgb(252,223,103); }
div.DivClassName
{
background-color: #FCDF67;
}
.BgClassName
{
background-color: #FCDF67;
}
</style>
border-color css
<style>
span { border-color: #FCDF67; }
span { border-color: rgb(252,223,103); }
td.TdClassName
{
border-color: #FCDF67;
}
.TagClassName
{
border-color: #FCDF67;
}
</style>