Shades of Dandelion #FADB5D
Tints of Dandelion #FADB5D
RGB
CMYK
RGB Variations
Color information
#FADB5D (or 0xFADB5D) is known color: Dandelion. HEX triplet: FA, DB and 5D. RGB value is (250,219,93). Sum of RGB (Red+Green+Blue) = 250+219+93=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 93 (36.72% from 255 or 16.55% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB5D is #0524A2. Grayscale: #D6D6D6. Windows color (decimal): -337059 or 6151162. OLE color: 6151162.
HSL color Cylindrical-coordinate representation of color #FADB5D: hue angle of 48.15º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FADB5D is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 219 | 93 | - |
CMYK | 0 | 0.12 | 0.63 | 0.02 |
HSL | 48.15º | 0.94% | 0.67% | - |
HSV(B) | 48.15º | 0.63% | 0.98% | - |
XYZ | 66.73 | 71.78 | 20.69 | - |
YUV | 213.91 | 59.77 | 153.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 219 | 93 | 0 | 0.12 | 0.63 | 0.02 | 48.15 | 0.94 | 0.67 |
Hex | FA | DB | 5D | 0 | C | 3F | 2 | 30 | 5E | 43 |
Octal | 372 | 333 | 135 | 0 | 14 | 77 | 2 | 60 | 136 | 103 |
Binary | 11111010 | 11011011 | 1011101 | 0 | 1100 | 111111 | 10 | 110000 | 1011110 | 1000011 |
Color Harmonies of #FADB5D
Complementary color
Monochromatic Colors of #FADB5D
Black with #FADB5D
Text Example
Text Example
White with #FADB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB5D; }
p { color: rgb(250,219,93); }
H1.HeaderClassName
{
color: #FADB5D;
}
.AnyTagClassName
{
color: #FADB5D;
}
</style>
background-color css
<style>
a { background-color: #FADB5D; }
a { background-color: rgb(250,219,93); }
div.DivClassName
{
background-color: #FADB5D;
}
.BgClassName
{
background-color: #FADB5D;
}
</style>
border-color css
<style>
span { border-color: #FADB5D; }
span { border-color: rgb(250,219,93); }
td.TdClassName
{
border-color: #FADB5D;
}
.TagClassName
{
border-color: #FADB5D;
}
</style>