Shades of Dandelion #F5D25F
Tints of Dandelion #F5D25F
RGB
CMYK
RGB Variations
Color information
#F5D25F (or 0xF5D25F) is known color: Dandelion. HEX triplet: F5, D2 and 5F. RGB value is (245,210,95). Sum of RGB (Red+Green+Blue) = 245+210+95=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 95 (37.5% from 255 or 17.27% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D25F is #0A2DA0. Grayscale: #CFCFCF. Windows color (decimal): -667041 or 6279925. OLE color: 6279925.
HSL color Cylindrical-coordinate representation of color #F5D25F: hue angle of 46º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5D25F is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 95 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.04 |
| HSL | 46º | 0.88% | 0.67% | - |
| HSV(B) | 46º | 0.61% | 0.96% | - |
| XYZ | 62.77 | 66.33 | 20.32 | - |
| YUV | 207.36 | 64.6 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 95 | 0 | 0.14 | 0.61 | 0.04 | 46 | 0.88 | 0.67 |
| Hex | F5 | D2 | 5F | 0 | E | 3D | 4 | 2E | 58 | 43 |
| Octal | 365 | 322 | 137 | 0 | 16 | 75 | 4 | 56 | 130 | 103 |
| Binary | 11110101 | 11010010 | 1011111 | 0 | 1110 | 111101 | 100 | 101110 | 1011000 | 1000011 |
Color Harmonies of #F5D25F
Complementary color
Monochromatic Colors of #F5D25F
Black with #F5D25F
Text Example
Text Example
White with #F5D25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D25F; }
p { color: rgb(245,210,95); }
H1.HeaderClassName
{
color: #F5D25F;
}
.AnyTagClassName
{
color: #F5D25F;
}
</style>
background-color css
<style>
a { background-color: #F5D25F; }
a { background-color: rgb(245,210,95); }
div.DivClassName
{
background-color: #F5D25F;
}
.BgClassName
{
background-color: #F5D25F;
}
</style>
border-color css
<style>
span { border-color: #F5D25F; }
span { border-color: rgb(245,210,95); }
td.TdClassName
{
border-color: #F5D25F;
}
.TagClassName
{
border-color: #F5D25F;
}
</style>