Shades of Paris Daisy #F5F144
Tints of Paris Daisy #F5F144
RGB
CMYK
RGB Variations
Color information
#F5F144 (or 0xF5F144) is known color: Paris Daisy. HEX triplet: F5, F1 and 44. RGB value is (245,241,68). Sum of RGB (Red+Green+Blue) = 245+241+68=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 68 (26.95% from 255 or 12.27% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F144 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F144 is #0A0EBB. Grayscale: #DFDFDF. Windows color (decimal): -659132 or 4518389. OLE color: 4518389.
HSL color Cylindrical-coordinate representation of color #F5F144: hue angle of 58.64º 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 #F5F144 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 241 | 68 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.04 |
| HSL | 58.64º | 0.9% | 0.61% | - |
| HSV(B) | 58.64º | 0.72% | 0.96% | - |
| XYZ | 70.15 | 82.74 | 17.74 | - |
| YUV | 222.47 | 40.83 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 241 | 68 | 0 | 0.02 | 0.72 | 0.04 | 58.64 | 0.9 | 0.61 |
| Hex | F5 | F1 | 44 | 0 | 2 | 48 | 4 | 3B | 5A | 3D |
| Octal | 365 | 361 | 104 | 0 | 2 | 110 | 4 | 73 | 132 | 75 |
| Binary | 11110101 | 11110001 | 1000100 | 0 | 10 | 1001000 | 100 | 111011 | 1011010 | 111101 |
Color Harmonies of #F5F144
Complementary color
Monochromatic Colors of #F5F144
Black with #F5F144
Text Example
Text Example
White with #F5F144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F144; }
p { color: rgb(245,241,68); }
H1.HeaderClassName
{
color: #F5F144;
}
.AnyTagClassName
{
color: #F5F144;
}
</style>
background-color css
<style>
a { background-color: #F5F144; }
a { background-color: rgb(245,241,68); }
div.DivClassName
{
background-color: #F5F144;
}
.BgClassName
{
background-color: #F5F144;
}
</style>
border-color css
<style>
span { border-color: #F5F144; }
span { border-color: rgb(245,241,68); }
td.TdClassName
{
border-color: #F5F144;
}
.TagClassName
{
border-color: #F5F144;
}
</style>