Shades of Paris Daisy #F4F254
Tints of Paris Daisy #F4F254
RGB
CMYK
RGB Variations
Color information
#F4F254 (or 0xF4F254) is known color: Paris Daisy. HEX triplet: F4, F2 and 54. RGB value is (244,242,84). Sum of RGB (Red+Green+Blue) = 244+242+84=570 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.81% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 84 (33.20% from 255 or 14.74% from 570); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F254 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4F254 is #0B0DAB. Grayscale: #E1E1E1. Windows color (decimal): -724396 or 5567220. OLE color: 5567220.
HSL color Cylindrical-coordinate representation of color #F4F254: hue angle of 59.25º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F4F254 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 242 | 84 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.04 |
| HSL | 59.25º | 0.88% | 0.64% | - |
| HSV(B) | 59.25º | 0.66% | 0.96% | - |
| XYZ | 70.66 | 83.38 | 20.76 | - |
| YUV | 224.59 | 48.66 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 242 | 84 | 0 | 0.01 | 0.66 | 0.04 | 59.25 | 0.88 | 0.64 |
| Hex | F4 | F2 | 54 | 0 | 1 | 42 | 4 | 3B | 58 | 40 |
| Octal | 364 | 362 | 124 | 0 | 1 | 102 | 4 | 73 | 130 | 100 |
| Binary | 11110100 | 11110010 | 1010100 | 0 | 1 | 1000010 | 100 | 111011 | 1011000 | 1000000 |
Color Harmonies of #F4F254
Complementary color
Monochromatic Colors of #F4F254
Black with #F4F254
Text Example
Text Example
White with #F4F254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F254; }
p { color: rgb(244,242,84); }
H1.HeaderClassName
{
color: #F4F254;
}
.AnyTagClassName
{
color: #F4F254;
}
</style>
background-color css
<style>
a { background-color: #F4F254; }
a { background-color: rgb(244,242,84); }
div.DivClassName
{
background-color: #F4F254;
}
.BgClassName
{
background-color: #F4F254;
}
</style>
border-color css
<style>
span { border-color: #F4F254; }
span { border-color: rgb(244,242,84); }
td.TdClassName
{
border-color: #F4F254;
}
.TagClassName
{
border-color: #F4F254;
}
</style>