Shades of Paris Daisy #F5F340
Tints of Paris Daisy #F5F340
RGB
CMYK
RGB Variations
Color information
#F5F340 (or 0xF5F340) is known color: Paris Daisy. HEX triplet: F5, F3 and 40. RGB value is (245,243,64). Sum of RGB (Red+Green+Blue) = 245+243+64=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 243 (95.31% from 255 or 44.02% from 552); Blue value is 64 (25.39% from 255 or 11.59% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F340 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F340 is #0A0CBF. Grayscale: #DFDFDF. Windows color (decimal): -658624 or 4256757. OLE color: 4256757.
HSL color Cylindrical-coordinate representation of color #F5F340: hue angle of 59.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 #F5F340 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 243 | 64 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.04 |
| HSL | 59.34º | 0.9% | 0.61% | - |
| HSV(B) | 59.34º | 0.74% | 0.96% | - |
| XYZ | 70.63 | 83.88 | 17.32 | - |
| YUV | 223.19 | 38.16 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 243 | 64 | 0 | 0.01 | 0.74 | 0.04 | 59.34 | 0.9 | 0.61 |
| Hex | F5 | F3 | 40 | 0 | 1 | 4A | 4 | 3B | 5A | 3D |
| Octal | 365 | 363 | 100 | 0 | 1 | 112 | 4 | 73 | 132 | 75 |
| Binary | 11110101 | 11110011 | 1000000 | 0 | 1 | 1001010 | 100 | 111011 | 1011010 | 111101 |
Color Harmonies of #F5F340
Complementary color
Monochromatic Colors of #F5F340
Black with #F5F340
Text Example
Text Example
White with #F5F340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F340; }
p { color: rgb(245,243,64); }
H1.HeaderClassName
{
color: #F5F340;
}
.AnyTagClassName
{
color: #F5F340;
}
</style>
background-color css
<style>
a { background-color: #F5F340; }
a { background-color: rgb(245,243,64); }
div.DivClassName
{
background-color: #F5F340;
}
.BgClassName
{
background-color: #F5F340;
}
</style>
border-color css
<style>
span { border-color: #F5F340; }
span { border-color: rgb(245,243,64); }
td.TdClassName
{
border-color: #F5F340;
}
.TagClassName
{
border-color: #F5F340;
}
</style>