Shades of Dandelion #FDCD62
Tints of Dandelion #FDCD62
RGB
CMYK
RGB Variations
Color information
#FDCD62 (or 0xFDCD62) is known color: Dandelion. HEX triplet: FD, CD and 62. RGB value is (253,205,98). Sum of RGB (Red+Green+Blue) = 253+205+98=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 98 (38.67% from 255 or 17.63% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD62 is #02329D. Grayscale: #CFCFCF. Windows color (decimal): -144030 or 6475261. OLE color: 6475261.
HSL color Cylindrical-coordinate representation of color #FDCD62: hue angle of 41.42º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FDCD62 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 205 | 98 | - |
CMYK | 0 | 0.19 | 0.61 | 0.01 |
HSL | 41.42º | 0.97% | 0.69% | - |
HSV(B) | 41.42º | 0.61% | 0.99% | - |
XYZ | 64.54 | 65.43 | 20.78 | - |
YUV | 207.15 | 66.4 | 160.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 205 | 98 | 0 | 0.19 | 0.61 | 0.01 | 41.42 | 0.97 | 0.69 |
Hex | FD | CD | 62 | 0 | 13 | 3D | 1 | 29 | 61 | 45 |
Octal | 375 | 315 | 142 | 0 | 23 | 75 | 1 | 51 | 141 | 105 |
Binary | 11111101 | 11001101 | 1100010 | 0 | 10011 | 111101 | 1 | 101001 | 1100001 | 1000101 |
Color Harmonies of #FDCD62
Complementary color
Monochromatic Colors of #FDCD62
Black with #FDCD62
Text Example
Text Example
White with #FDCD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD62; }
p { color: rgb(253,205,98); }
H1.HeaderClassName
{
color: #FDCD62;
}
.AnyTagClassName
{
color: #FDCD62;
}
</style>
background-color css
<style>
a { background-color: #FDCD62; }
a { background-color: rgb(253,205,98); }
div.DivClassName
{
background-color: #FDCD62;
}
.BgClassName
{
background-color: #FDCD62;
}
</style>
border-color css
<style>
span { border-color: #FDCD62; }
span { border-color: rgb(253,205,98); }
td.TdClassName
{
border-color: #FDCD62;
}
.TagClassName
{
border-color: #FDCD62;
}
</style>