Shades of Dandelion #FBD266
Tints of Dandelion #FBD266
RGB
CMYK
RGB Variations
Color information
#FBD266 (or 0xFBD266) is known color: Dandelion. HEX triplet: FB, D2 and 66. RGB value is (251,210,102). Sum of RGB (Red+Green+Blue) = 251+210+102=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 102 (40.23% from 255 or 18.12% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD266 is #042D99. Grayscale: #D2D2D2. Windows color (decimal): -273818 or 6738683. OLE color: 6738683.
HSL color Cylindrical-coordinate representation of color #FBD266: hue angle of 43.49º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FBD266 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 210 | 102 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.02 |
| HSL | 43.49º | 0.95% | 0.69% | - |
| HSV(B) | 43.49º | 0.59% | 0.98% | - |
| XYZ | 65.23 | 67.56 | 22.17 | - |
| YUV | 209.95 | 67.08 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 210 | 102 | 0 | 0.16 | 0.59 | 0.02 | 43.49 | 0.95 | 0.69 |
| Hex | FB | D2 | 66 | 0 | 10 | 3B | 2 | 2B | 5F | 45 |
| Octal | 373 | 322 | 146 | 0 | 20 | 73 | 2 | 53 | 137 | 105 |
| Binary | 11111011 | 11010010 | 1100110 | 0 | 10000 | 111011 | 10 | 101011 | 1011111 | 1000101 |
Color Harmonies of #FBD266
Complementary color
Monochromatic Colors of #FBD266
Black with #FBD266
Text Example
Text Example
White with #FBD266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD266; }
p { color: rgb(251,210,102); }
H1.HeaderClassName
{
color: #FBD266;
}
.AnyTagClassName
{
color: #FBD266;
}
</style>
background-color css
<style>
a { background-color: #FBD266; }
a { background-color: rgb(251,210,102); }
div.DivClassName
{
background-color: #FBD266;
}
.BgClassName
{
background-color: #FBD266;
}
</style>
border-color css
<style>
span { border-color: #FBD266; }
span { border-color: rgb(251,210,102); }
td.TdClassName
{
border-color: #FBD266;
}
.TagClassName
{
border-color: #FBD266;
}
</style>