Shades of Paris Daisy #F5F440
Tints of Paris Daisy #F5F440
RGB
CMYK
RGB Variations
Color information
#F5F440 (or 0xF5F440) is known color: Paris Daisy. HEX triplet: F5, F4 and 40. RGB value is (245,244,64). Sum of RGB (Red+Green+Blue) = 245+244+64=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 244 (95.70% from 255 or 44.12% from 553); Blue value is 64 (25.39% from 255 or 11.57% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F440 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F440 is #0A0BBF. Grayscale: #E0E0E0. Windows color (decimal): -658368 or 4257013. OLE color: 4257013.
HSL color Cylindrical-coordinate representation of color #F5F440: hue angle of 59.67º 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 #F5F440 is Cyan = 0, Magento = 0.00, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 244 | 64 | - |
| CMYK | 0 | 0.00 | 0.74 | 0.04 |
| HSL | 59.67º | 0.9% | 0.61% | - |
| HSV(B) | 59.67º | 0.74% | 0.96% | - |
| XYZ | 70.93 | 84.48 | 17.42 | - |
| YUV | 223.78 | 37.83 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 244 | 64 | 0 | 0.00 | 0.74 | 0.04 | 59.67 | 0.9 | 0.61 |
| Hex | F5 | F4 | 40 | 0 | 0 | 4A | 4 | 3C | 5A | 3D |
| Octal | 365 | 364 | 100 | 0 | 0 | 112 | 4 | 74 | 132 | 75 |
| Binary | 11110101 | 11110100 | 1000000 | 0 | 0 | 1001010 | 100 | 111100 | 1011010 | 111101 |
Color Harmonies of #F5F440
Complementary color
Monochromatic Colors of #F5F440
Black with #F5F440
Text Example
Text Example
White with #F5F440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F440; }
p { color: rgb(245,244,64); }
H1.HeaderClassName
{
color: #F5F440;
}
.AnyTagClassName
{
color: #F5F440;
}
</style>
background-color css
<style>
a { background-color: #F5F440; }
a { background-color: rgb(245,244,64); }
div.DivClassName
{
background-color: #F5F440;
}
.BgClassName
{
background-color: #F5F440;
}
</style>
border-color css
<style>
span { border-color: #F5F440; }
span { border-color: rgb(245,244,64); }
td.TdClassName
{
border-color: #F5F440;
}
.TagClassName
{
border-color: #F5F440;
}
</style>