Shades of Dandelion #FDD362
Tints of Dandelion #FDD362
RGB
CMYK
RGB Variations
Color information
#FDD362 (or 0xFDD362) is known color: Dandelion. HEX triplet: FD, D3 and 62. RGB value is (253,211,98). Sum of RGB (Red+Green+Blue) = 253+211+98=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 98 (38.67% from 255 or 17.44% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD362 is #022C9D. Grayscale: #D3D3D3. Windows color (decimal): -142494 or 6476797. OLE color: 6476797.
HSL color Cylindrical-coordinate representation of color #FDD362: hue angle of 43.74º 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 #FDD362 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 98 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.01 |
| HSL | 43.74º | 0.97% | 0.69% | - |
| HSV(B) | 43.74º | 0.61% | 0.99% | - |
| XYZ | 66.01 | 68.35 | 21.27 | - |
| YUV | 210.68 | 64.41 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 98 | 0 | 0.17 | 0.61 | 0.01 | 43.74 | 0.97 | 0.69 |
| Hex | FD | D3 | 62 | 0 | 11 | 3D | 1 | 2C | 61 | 45 |
| Octal | 375 | 323 | 142 | 0 | 21 | 75 | 1 | 54 | 141 | 105 |
| Binary | 11111101 | 11010011 | 1100010 | 0 | 10001 | 111101 | 1 | 101100 | 1100001 | 1000101 |
Color Harmonies of #FDD362
Complementary color
Monochromatic Colors of #FDD362
Black with #FDD362
Text Example
Text Example
White with #FDD362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD362; }
p { color: rgb(253,211,98); }
H1.HeaderClassName
{
color: #FDD362;
}
.AnyTagClassName
{
color: #FDD362;
}
</style>
background-color css
<style>
a { background-color: #FDD362; }
a { background-color: rgb(253,211,98); }
div.DivClassName
{
background-color: #FDD362;
}
.BgClassName
{
background-color: #FDD362;
}
</style>
border-color css
<style>
span { border-color: #FDD362; }
span { border-color: rgb(253,211,98); }
td.TdClassName
{
border-color: #FDD362;
}
.TagClassName
{
border-color: #FDD362;
}
</style>