Shades of Dandelion #FCCB63
Tints of Dandelion #FCCB63
RGB
CMYK
RGB Variations
Color information
#FCCB63 (or 0xFCCB63) is known color: Dandelion. HEX triplet: FC, CB and 63. RGB value is (252,203,99). Sum of RGB (Red+Green+Blue) = 252+203+99=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 99 (39.06% from 255 or 17.87% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB63 is #03349C. Grayscale: #CECECE. Windows color (decimal): -210077 or 6540284. OLE color: 6540284.
HSL color Cylindrical-coordinate representation of color #FCCB63: hue angle of 40.78º degrees, saturation: 0.96, 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 #FCCB63 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 99 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.01 |
| HSL | 40.78º | 0.96% | 0.69% | - |
| HSV(B) | 40.78º | 0.61% | 0.99% | - |
| XYZ | 63.75 | 64.31 | 20.86 | - |
| YUV | 205.8 | 67.73 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 99 | 0 | 0.19 | 0.61 | 0.01 | 40.78 | 0.96 | 0.69 |
| Hex | FC | CB | 63 | 0 | 13 | 3D | 1 | 29 | 60 | 45 |
| Octal | 374 | 313 | 143 | 0 | 23 | 75 | 1 | 51 | 140 | 105 |
| Binary | 11111100 | 11001011 | 1100011 | 0 | 10011 | 111101 | 1 | 101001 | 1100000 | 1000101 |
Color Harmonies of #FCCB63
Complementary color
Monochromatic Colors of #FCCB63
Black with #FCCB63
Text Example
Text Example
White with #FCCB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB63; }
p { color: rgb(252,203,99); }
H1.HeaderClassName
{
color: #FCCB63;
}
.AnyTagClassName
{
color: #FCCB63;
}
</style>
background-color css
<style>
a { background-color: #FCCB63; }
a { background-color: rgb(252,203,99); }
div.DivClassName
{
background-color: #FCCB63;
}
.BgClassName
{
background-color: #FCCB63;
}
</style>
border-color css
<style>
span { border-color: #FCCB63; }
span { border-color: rgb(252,203,99); }
td.TdClassName
{
border-color: #FCCB63;
}
.TagClassName
{
border-color: #FCCB63;
}
</style>