Shades of Paris Daisy #F0F84B
Tints of Paris Daisy #F0F84B
RGB
CMYK
RGB Variations
Color information
#F0F84B (or 0xF0F84B) is known color: Paris Daisy. HEX triplet: F0, F8 and 4B. RGB value is (240,248,75). Sum of RGB (Red+Green+Blue) = 240+248+75=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 248 (97.27% from 255 or 44.05% from 563); Blue value is 75 (29.69% from 255 or 13.32% from 563); Max value from RGB is 248 - color contains mainly: green. Hex color #F0F84B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F84B is #0F07B4. Grayscale: #E2E2E2. Windows color (decimal): -985013 or 4978928. OLE color: 4978928.
HSL color Cylindrical-coordinate representation of color #F0F84B: hue angle of 62.77º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0F84B is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 248 | 75 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.03 |
| HSL | 62.77º | 0.93% | 0.63% | - |
| HSV(B) | 62.77º | 0.7% | 0.97% | - |
| XYZ | 70.77 | 86.17 | 19.56 | - |
| YUV | 225.89 | 42.85 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 248 | 75 | 0.03 | 0 | 0.70 | 0.03 | 62.77 | 0.93 | 0.63 |
| Hex | F0 | F8 | 4B | 3 | 0 | 46 | 3 | 3F | 5D | 3F |
| Octal | 360 | 370 | 113 | 3 | 0 | 106 | 3 | 77 | 135 | 77 |
| Binary | 11110000 | 11111000 | 1001011 | 11 | 0 | 1000110 | 11 | 111111 | 1011101 | 111111 |
Color Harmonies of #F0F84B
Complementary color
Monochromatic Colors of #F0F84B
Black with #F0F84B
Text Example
Text Example
White with #F0F84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F84B; }
p { color: rgb(240,248,75); }
H1.HeaderClassName
{
color: #F0F84B;
}
.AnyTagClassName
{
color: #F0F84B;
}
</style>
background-color css
<style>
a { background-color: #F0F84B; }
a { background-color: rgb(240,248,75); }
div.DivClassName
{
background-color: #F0F84B;
}
.BgClassName
{
background-color: #F0F84B;
}
</style>
border-color css
<style>
span { border-color: #F0F84B; }
span { border-color: rgb(240,248,75); }
td.TdClassName
{
border-color: #F0F84B;
}
.TagClassName
{
border-color: #F0F84B;
}
</style>