Shades of Dandelion #F8CC64
Tints of Dandelion #F8CC64
RGB
CMYK
RGB Variations
Color information
#F8CC64 (or 0xF8CC64) is known color: Dandelion. HEX triplet: F8, CC and 64. RGB value is (248,204,100). Sum of RGB (Red+Green+Blue) = 248+204+100=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 100 (39.45% from 255 or 18.12% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CC64 is #07339B. Grayscale: #CDCDCD. Windows color (decimal): -471964 or 6606072. OLE color: 6606072.
HSL color Cylindrical-coordinate representation of color #F8CC64: hue angle of 42.16º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8CC64 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 204 | 100 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.03 |
| HSL | 42.16º | 0.91% | 0.68% | - |
| HSV(B) | 42.16º | 0.6% | 0.97% | - |
| XYZ | 62.6 | 64.06 | 21.12 | - |
| YUV | 205.3 | 68.58 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 204 | 100 | 0 | 0.18 | 0.60 | 0.03 | 42.16 | 0.91 | 0.68 |
| Hex | F8 | CC | 64 | 0 | 12 | 3C | 3 | 2A | 5B | 44 |
| Octal | 370 | 314 | 144 | 0 | 22 | 74 | 3 | 52 | 133 | 104 |
| Binary | 11111000 | 11001100 | 1100100 | 0 | 10010 | 111100 | 11 | 101010 | 1011011 | 1000100 |
Color Harmonies of #F8CC64
Complementary color
Monochromatic Colors of #F8CC64
Black with #F8CC64
Text Example
Text Example
White with #F8CC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CC64; }
p { color: rgb(248,204,100); }
H1.HeaderClassName
{
color: #F8CC64;
}
.AnyTagClassName
{
color: #F8CC64;
}
</style>
background-color css
<style>
a { background-color: #F8CC64; }
a { background-color: rgb(248,204,100); }
div.DivClassName
{
background-color: #F8CC64;
}
.BgClassName
{
background-color: #F8CC64;
}
</style>
border-color css
<style>
span { border-color: #F8CC64; }
span { border-color: rgb(248,204,100); }
td.TdClassName
{
border-color: #F8CC64;
}
.TagClassName
{
border-color: #F8CC64;
}
</style>