Shades of Dandelion #F9CB64
Tints of Dandelion #F9CB64
RGB
CMYK
RGB Variations
Color information
#F9CB64 (or 0xF9CB64) is known color: Dandelion. HEX triplet: F9, CB and 64. RGB value is (249,203,100). Sum of RGB (Red+Green+Blue) = 249+203+100=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 100 (39.45% from 255 or 18.12% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CB64 is #06349B. Grayscale: #CDCDCD. Windows color (decimal): -406684 or 6605817. OLE color: 6605817.
HSL color Cylindrical-coordinate representation of color #F9CB64: hue angle of 41.48º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F9CB64 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 203 | 100 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.02 |
| HSL | 41.48º | 0.93% | 0.68% | - |
| HSV(B) | 41.48º | 0.6% | 0.98% | - |
| XYZ | 62.72 | 63.77 | 21.06 | - |
| YUV | 205.01 | 68.74 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 203 | 100 | 0 | 0.18 | 0.60 | 0.02 | 41.48 | 0.93 | 0.68 |
| Hex | F9 | CB | 64 | 0 | 12 | 3C | 2 | 29 | 5D | 44 |
| Octal | 371 | 313 | 144 | 0 | 22 | 74 | 2 | 51 | 135 | 104 |
| Binary | 11111001 | 11001011 | 1100100 | 0 | 10010 | 111100 | 10 | 101001 | 1011101 | 1000100 |
Color Harmonies of #F9CB64
Complementary color
Monochromatic Colors of #F9CB64
Black with #F9CB64
Text Example
Text Example
White with #F9CB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CB64; }
p { color: rgb(249,203,100); }
H1.HeaderClassName
{
color: #F9CB64;
}
.AnyTagClassName
{
color: #F9CB64;
}
</style>
background-color css
<style>
a { background-color: #F9CB64; }
a { background-color: rgb(249,203,100); }
div.DivClassName
{
background-color: #F9CB64;
}
.BgClassName
{
background-color: #F9CB64;
}
</style>
border-color css
<style>
span { border-color: #F9CB64; }
span { border-color: rgb(249,203,100); }
td.TdClassName
{
border-color: #F9CB64;
}
.TagClassName
{
border-color: #F9CB64;
}
</style>