Shades of Paris Daisy #F4F053
Tints of Paris Daisy #F4F053
RGB
CMYK
RGB Variations
Color information
#F4F053 (or 0xF4F053) is known color: Paris Daisy. HEX triplet: F4, F0 and 53. RGB value is (244,240,83). Sum of RGB (Red+Green+Blue) = 244+240+83=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 83 (32.81% from 255 or 14.64% from 567); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F053 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4F053 is #0B0FAC. Grayscale: #DFDFDF. Windows color (decimal): -724909 or 5501172. OLE color: 5501172.
HSL color Cylindrical-coordinate representation of color #F4F053: hue angle of 58.51º 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 #F4F053 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 240 | 83 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.04 |
| HSL | 58.51º | 0.88% | 0.64% | - |
| HSV(B) | 58.51º | 0.66% | 0.96% | - |
| XYZ | 70.03 | 82.18 | 20.35 | - |
| YUV | 223.3 | 48.83 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 240 | 83 | 0 | 0.02 | 0.66 | 0.04 | 58.51 | 0.88 | 0.64 |
| Hex | F4 | F0 | 53 | 0 | 2 | 42 | 4 | 3B | 58 | 40 |
| Octal | 364 | 360 | 123 | 0 | 2 | 102 | 4 | 73 | 130 | 100 |
| Binary | 11110100 | 11110000 | 1010011 | 0 | 10 | 1000010 | 100 | 111011 | 1011000 | 1000000 |
Color Harmonies of #F4F053
Complementary color
Monochromatic Colors of #F4F053
Black with #F4F053
Text Example
Text Example
White with #F4F053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F053; }
p { color: rgb(244,240,83); }
H1.HeaderClassName
{
color: #F4F053;
}
.AnyTagClassName
{
color: #F4F053;
}
</style>
background-color css
<style>
a { background-color: #F4F053; }
a { background-color: rgb(244,240,83); }
div.DivClassName
{
background-color: #F4F053;
}
.BgClassName
{
background-color: #F4F053;
}
</style>
border-color css
<style>
span { border-color: #F4F053; }
span { border-color: rgb(244,240,83); }
td.TdClassName
{
border-color: #F4F053;
}
.TagClassName
{
border-color: #F4F053;
}
</style>