Shades of Dandelion #FFCE5D
Tints of Dandelion #FFCE5D
RGB
CMYK
RGB Variations
Color information
#FFCE5D (or 0xFFCE5D) is known color: Dandelion. HEX triplet: FF, CE and 5D. RGB value is (255,206,93). Sum of RGB (Red+Green+Blue) = 255+206+93=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 93 (36.72% from 255 or 16.79% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE5D is #0031A2. Grayscale: #D0D0D0. Windows color (decimal): -12707 or 6147839. OLE color: 6147839.
HSL color Cylindrical-coordinate representation of color #FFCE5D: hue angle of 41.85º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFCE5D is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 206 | 93 | - |
CMYK | 0 | 0.19 | 0.64 | 0 |
HSL | 41.85º | 1% | 0.68% | - |
HSV(B) | 41.85º | 0.64% | 1% | - |
XYZ | 65.29 | 66.19 | 19.69 | - |
YUV | 207.77 | 63.23 | 161.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 206 | 93 | 0 | 0.19 | 0.64 | 0 | 41.85 | 1 | 0.68 |
Hex | FF | CE | 5D | 0 | 13 | 40 | 0 | 2A | 64 | 44 |
Octal | 377 | 316 | 135 | 0 | 23 | 100 | 0 | 52 | 144 | 104 |
Binary | 11111111 | 11001110 | 1011101 | 0 | 10011 | 1000000 | 0 | 101010 | 1100100 | 1000100 |
Color Harmonies of #FFCE5D
Complementary color
Monochromatic Colors of #FFCE5D
Black with #FFCE5D
Text Example
Text Example
White with #FFCE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE5D; }
p { color: rgb(255,206,93); }
H1.HeaderClassName
{
color: #FFCE5D;
}
.AnyTagClassName
{
color: #FFCE5D;
}
</style>
background-color css
<style>
a { background-color: #FFCE5D; }
a { background-color: rgb(255,206,93); }
div.DivClassName
{
background-color: #FFCE5D;
}
.BgClassName
{
background-color: #FFCE5D;
}
</style>
border-color css
<style>
span { border-color: #FFCE5D; }
span { border-color: rgb(255,206,93); }
td.TdClassName
{
border-color: #FFCE5D;
}
.TagClassName
{
border-color: #FFCE5D;
}
</style>