Shades of Dandelion #FFCF5C
Tints of Dandelion #FFCF5C
RGB
CMYK
RGB Variations
Color information
#FFCF5C (or 0xFFCF5C) is known color: Dandelion. HEX triplet: FF, CF and 5C. RGB value is (255,207,92). Sum of RGB (Red+Green+Blue) = 255+207+92=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 92 (36.33% from 255 or 16.61% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF5C is #0030A3. Grayscale: #D0D0D0. Windows color (decimal): -12452 or 6082559. OLE color: 6082559.
HSL color Cylindrical-coordinate representation of color #FFCF5C: hue angle of 42.33º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFCF5C is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 92 | - |
| CMYK | 0 | 0.19 | 0.64 | 0 |
| HSL | 42.33º | 1% | 0.68% | - |
| HSV(B) | 42.33º | 0.64% | 1% | - |
| XYZ | 65.48 | 66.66 | 19.54 | - |
| YUV | 208.24 | 62.4 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 92 | 0 | 0.19 | 0.64 | 0 | 42.33 | 1 | 0.68 |
| Hex | FF | CF | 5C | 0 | 13 | 40 | 0 | 2A | 64 | 44 |
| Octal | 377 | 317 | 134 | 0 | 23 | 100 | 0 | 52 | 144 | 104 |
| Binary | 11111111 | 11001111 | 1011100 | 0 | 10011 | 1000000 | 0 | 101010 | 1100100 | 1000100 |
Color Harmonies of #FFCF5C
Complementary color
Monochromatic Colors of #FFCF5C
Black with #FFCF5C
Text Example
Text Example
White with #FFCF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF5C; }
p { color: rgb(255,207,92); }
H1.HeaderClassName
{
color: #FFCF5C;
}
.AnyTagClassName
{
color: #FFCF5C;
}
</style>
background-color css
<style>
a { background-color: #FFCF5C; }
a { background-color: rgb(255,207,92); }
div.DivClassName
{
background-color: #FFCF5C;
}
.BgClassName
{
background-color: #FFCF5C;
}
</style>
border-color css
<style>
span { border-color: #FFCF5C; }
span { border-color: rgb(255,207,92); }
td.TdClassName
{
border-color: #FFCF5C;
}
.TagClassName
{
border-color: #FFCF5C;
}
</style>