Shades of Paris Daisy #F5F040
Tints of Paris Daisy #F5F040
RGB
CMYK
RGB Variations
Color information
#F5F040 (or 0xF5F040) is known color: Paris Daisy. HEX triplet: F5, F0 and 40. RGB value is (245,240,64). Sum of RGB (Red+Green+Blue) = 245+240+64=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 64 (25.39% from 255 or 11.66% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F040 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F040 is #0A0FBF. Grayscale: #DEDEDE. Windows color (decimal): -659392 or 4255989. OLE color: 4255989.
HSL color Cylindrical-coordinate representation of color #F5F040: hue angle of 58.34º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F5F040 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 240 | 64 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.04 |
| HSL | 58.34º | 0.9% | 0.61% | - |
| HSV(B) | 58.34º | 0.74% | 0.96% | - |
| XYZ | 69.74 | 82.1 | 17.02 | - |
| YUV | 221.43 | 39.16 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 240 | 64 | 0 | 0.02 | 0.74 | 0.04 | 58.34 | 0.9 | 0.61 |
| Hex | F5 | F0 | 40 | 0 | 2 | 4A | 4 | 3A | 5A | 3D |
| Octal | 365 | 360 | 100 | 0 | 2 | 112 | 4 | 72 | 132 | 75 |
| Binary | 11110101 | 11110000 | 1000000 | 0 | 10 | 1001010 | 100 | 111010 | 1011010 | 111101 |
Color Harmonies of #F5F040
Complementary color
Monochromatic Colors of #F5F040
Black with #F5F040
Text Example
Text Example
White with #F5F040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F040; }
p { color: rgb(245,240,64); }
H1.HeaderClassName
{
color: #F5F040;
}
.AnyTagClassName
{
color: #F5F040;
}
</style>
background-color css
<style>
a { background-color: #F5F040; }
a { background-color: rgb(245,240,64); }
div.DivClassName
{
background-color: #F5F040;
}
.BgClassName
{
background-color: #F5F040;
}
</style>
border-color css
<style>
span { border-color: #F5F040; }
span { border-color: rgb(245,240,64); }
td.TdClassName
{
border-color: #F5F040;
}
.TagClassName
{
border-color: #F5F040;
}
</style>