Shades of Paris Daisy #F5F344
Tints of Paris Daisy #F5F344
RGB
CMYK
RGB Variations
Color information
#F5F344 (or 0xF5F344) is known color: Paris Daisy. HEX triplet: F5, F3 and 44. RGB value is (245,243,68). Sum of RGB (Red+Green+Blue) = 245+243+68=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 243 (95.31% from 255 or 43.71% from 556); Blue value is 68 (26.95% from 255 or 12.23% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F344 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F344 is #0A0CBB. Grayscale: #E0E0E0. Windows color (decimal): -658620 or 4518901. OLE color: 4518901.
HSL color Cylindrical-coordinate representation of color #F5F344: hue angle of 59.32º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5F344 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 243 | 68 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.04 |
| HSL | 59.32º | 0.9% | 0.61% | - |
| HSV(B) | 59.32º | 0.72% | 0.96% | - |
| XYZ | 70.75 | 83.93 | 17.94 | - |
| YUV | 223.65 | 40.16 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 243 | 68 | 0 | 0.01 | 0.72 | 0.04 | 59.32 | 0.9 | 0.61 |
| Hex | F5 | F3 | 44 | 0 | 1 | 48 | 4 | 3B | 5A | 3D |
| Octal | 365 | 363 | 104 | 0 | 1 | 110 | 4 | 73 | 132 | 75 |
| Binary | 11110101 | 11110011 | 1000100 | 0 | 1 | 1001000 | 100 | 111011 | 1011010 | 111101 |
Color Harmonies of #F5F344
Complementary color
Monochromatic Colors of #F5F344
Black with #F5F344
Text Example
Text Example
White with #F5F344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F344; }
p { color: rgb(245,243,68); }
H1.HeaderClassName
{
color: #F5F344;
}
.AnyTagClassName
{
color: #F5F344;
}
</style>
background-color css
<style>
a { background-color: #F5F344; }
a { background-color: rgb(245,243,68); }
div.DivClassName
{
background-color: #F5F344;
}
.BgClassName
{
background-color: #F5F344;
}
</style>
border-color css
<style>
span { border-color: #F5F344; }
span { border-color: rgb(245,243,68); }
td.TdClassName
{
border-color: #F5F344;
}
.TagClassName
{
border-color: #F5F344;
}
</style>