Shades of Paris Daisy #F5F441
Tints of Paris Daisy #F5F441
RGB
CMYK
RGB Variations
Color information
#F5F441 (or 0xF5F441) is known color: Paris Daisy. HEX triplet: F5, F4 and 41. RGB value is (245,244,65). Sum of RGB (Red+Green+Blue) = 245+244+65=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 244 (95.70% from 255 or 44.04% from 554); Blue value is 65 (25.78% from 255 or 11.73% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F441 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F441 is #0A0BBE. Grayscale: #E0E0E0. Windows color (decimal): -658367 or 4322549. OLE color: 4322549.
HSL color Cylindrical-coordinate representation of color #F5F441: 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.73%. Process color model (Four color, CMYK) of #F5F441 is Cyan = 0, Magento = 0.00, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 244 | 65 | - |
| CMYK | 0 | 0.00 | 0.73 | 0.04 |
| HSL | 59.67º | 0.9% | 0.61% | - |
| HSV(B) | 59.67º | 0.73% | 0.96% | - |
| XYZ | 70.96 | 84.5 | 17.57 | - |
| YUV | 223.89 | 38.33 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 244 | 65 | 0 | 0.00 | 0.73 | 0.04 | 59.67 | 0.9 | 0.61 |
| Hex | F5 | F4 | 41 | 0 | 0 | 49 | 4 | 3C | 5A | 3D |
| Octal | 365 | 364 | 101 | 0 | 0 | 111 | 4 | 74 | 132 | 75 |
| Binary | 11110101 | 11110100 | 1000001 | 0 | 0 | 1001001 | 100 | 111100 | 1011010 | 111101 |
Color Harmonies of #F5F441
Complementary color
Monochromatic Colors of #F5F441
Black with #F5F441
Text Example
Text Example
White with #F5F441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F441; }
p { color: rgb(245,244,65); }
H1.HeaderClassName
{
color: #F5F441;
}
.AnyTagClassName
{
color: #F5F441;
}
</style>
background-color css
<style>
a { background-color: #F5F441; }
a { background-color: rgb(245,244,65); }
div.DivClassName
{
background-color: #F5F441;
}
.BgClassName
{
background-color: #F5F441;
}
</style>
border-color css
<style>
span { border-color: #F5F441; }
span { border-color: rgb(245,244,65); }
td.TdClassName
{
border-color: #F5F441;
}
.TagClassName
{
border-color: #F5F441;
}
</style>