Shades of Dandelion #F8CF65
Tints of Dandelion #F8CF65
RGB
CMYK
RGB Variations
Color information
#F8CF65 (or 0xF8CF65) is known color: Dandelion. HEX triplet: F8, CF and 65. RGB value is (248,207,101). Sum of RGB (Red+Green+Blue) = 248+207+101=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 101 (39.84% from 255 or 18.17% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CF65 is #07309A. Grayscale: #CFCFCF. Windows color (decimal): -471195 or 6672376. OLE color: 6672376.
HSL color Cylindrical-coordinate representation of color #F8CF65: hue angle of 43.27º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F8CF65 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 101 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.03 |
| HSL | 43.27º | 0.91% | 0.68% | - |
| HSV(B) | 43.27º | 0.59% | 0.97% | - |
| XYZ | 63.37 | 65.52 | 21.62 | - |
| YUV | 207.18 | 68.08 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 101 | 0 | 0.17 | 0.59 | 0.03 | 43.27 | 0.91 | 0.68 |
| Hex | F8 | CF | 65 | 0 | 11 | 3B | 3 | 2B | 5B | 44 |
| Octal | 370 | 317 | 145 | 0 | 21 | 73 | 3 | 53 | 133 | 104 |
| Binary | 11111000 | 11001111 | 1100101 | 0 | 10001 | 111011 | 11 | 101011 | 1011011 | 1000100 |
Color Harmonies of #F8CF65
Complementary color
Monochromatic Colors of #F8CF65
Black with #F8CF65
Text Example
Text Example
White with #F8CF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CF65; }
p { color: rgb(248,207,101); }
H1.HeaderClassName
{
color: #F8CF65;
}
.AnyTagClassName
{
color: #F8CF65;
}
</style>
background-color css
<style>
a { background-color: #F8CF65; }
a { background-color: rgb(248,207,101); }
div.DivClassName
{
background-color: #F8CF65;
}
.BgClassName
{
background-color: #F8CF65;
}
</style>
border-color css
<style>
span { border-color: #F8CF65; }
span { border-color: rgb(248,207,101); }
td.TdClassName
{
border-color: #F8CF65;
}
.TagClassName
{
border-color: #F8CF65;
}
</style>