Shades of Dandelion #FBCD63
Tints of Dandelion #FBCD63
RGB
CMYK
RGB Variations
Color information
#FBCD63 (or 0xFBCD63) is known color: Dandelion. HEX triplet: FB, CD and 63. RGB value is (251,205,99). Sum of RGB (Red+Green+Blue) = 251+205+99=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 99 (39.06% from 255 or 17.84% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCD63 is #04329C. Grayscale: #CFCFCF. Windows color (decimal): -275101 or 6540795. OLE color: 6540795.
HSL color Cylindrical-coordinate representation of color #FBCD63: hue angle of 41.84º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FBCD63 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 99 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.02 |
| HSL | 41.84º | 0.95% | 0.69% | - |
| HSV(B) | 41.84º | 0.61% | 0.98% | - |
| XYZ | 63.87 | 65.07 | 21 | - |
| YUV | 206.67 | 67.24 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 99 | 0 | 0.18 | 0.61 | 0.02 | 41.84 | 0.95 | 0.69 |
| Hex | FB | CD | 63 | 0 | 12 | 3D | 2 | 2A | 5F | 45 |
| Octal | 373 | 315 | 143 | 0 | 22 | 75 | 2 | 52 | 137 | 105 |
| Binary | 11111011 | 11001101 | 1100011 | 0 | 10010 | 111101 | 10 | 101010 | 1011111 | 1000101 |
Color Harmonies of #FBCD63
Complementary color
Monochromatic Colors of #FBCD63
Black with #FBCD63
Text Example
Text Example
White with #FBCD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCD63; }
p { color: rgb(251,205,99); }
H1.HeaderClassName
{
color: #FBCD63;
}
.AnyTagClassName
{
color: #FBCD63;
}
</style>
background-color css
<style>
a { background-color: #FBCD63; }
a { background-color: rgb(251,205,99); }
div.DivClassName
{
background-color: #FBCD63;
}
.BgClassName
{
background-color: #FBCD63;
}
</style>
border-color css
<style>
span { border-color: #FBCD63; }
span { border-color: rgb(251,205,99); }
td.TdClassName
{
border-color: #FBCD63;
}
.TagClassName
{
border-color: #FBCD63;
}
</style>