Shades of Paris Daisy #F0F44B
Tints of Paris Daisy #F0F44B
RGB
CMYK
RGB Variations
Color information
#F0F44B (or 0xF0F44B) is known color: Paris Daisy. HEX triplet: F0, F4 and 4B. RGB value is (240,244,75). Sum of RGB (Red+Green+Blue) = 240+244+75=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 244 (95.70% from 255 or 43.65% from 559); Blue value is 75 (29.69% from 255 or 13.42% from 559); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F44B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F44B is #0F0BB4. Grayscale: #E0E0E0. Windows color (decimal): -986037 or 4977904. OLE color: 4977904.
HSL color Cylindrical-coordinate representation of color #F0F44B: hue angle of 61.42º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0F44B is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 75 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.04 |
| HSL | 61.42º | 0.88% | 0.63% | - |
| HSV(B) | 61.42º | 0.69% | 0.96% | - |
| XYZ | 69.56 | 83.73 | 19.15 | - |
| YUV | 223.54 | 44.17 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 75 | 0.02 | 0 | 0.69 | 0.04 | 61.42 | 0.88 | 0.63 |
| Hex | F0 | F4 | 4B | 2 | 0 | 45 | 4 | 3D | 58 | 3F |
| Octal | 360 | 364 | 113 | 2 | 0 | 105 | 4 | 75 | 130 | 77 |
| Binary | 11110000 | 11110100 | 1001011 | 10 | 0 | 1000101 | 100 | 111101 | 1011000 | 111111 |
Color Harmonies of #F0F44B
Complementary color
Monochromatic Colors of #F0F44B
Black with #F0F44B
Text Example
Text Example
White with #F0F44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F44B; }
p { color: rgb(240,244,75); }
H1.HeaderClassName
{
color: #F0F44B;
}
.AnyTagClassName
{
color: #F0F44B;
}
</style>
background-color css
<style>
a { background-color: #F0F44B; }
a { background-color: rgb(240,244,75); }
div.DivClassName
{
background-color: #F0F44B;
}
.BgClassName
{
background-color: #F0F44B;
}
</style>
border-color css
<style>
span { border-color: #F0F44B; }
span { border-color: rgb(240,244,75); }
td.TdClassName
{
border-color: #F0F44B;
}
.TagClassName
{
border-color: #F0F44B;
}
</style>