Shades of Paris Daisy #F0E44B
Tints of Paris Daisy #F0E44B
RGB
CMYK
RGB Variations
Color information
#F0E44B (or 0xF0E44B) is known color: Paris Daisy. HEX triplet: F0, E4 and 4B. RGB value is (240,228,75). Sum of RGB (Red+Green+Blue) = 240+228+75=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 75 (29.69% from 255 or 13.81% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E44B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E44B is #0F1BB4. Grayscale: #D6D6D6. Windows color (decimal): -990133 or 4973808. OLE color: 4973808.
HSL color Cylindrical-coordinate representation of color #F0E44B: hue angle of 55.64º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0E44B is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 228 | 75 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.06 |
| HSL | 55.64º | 0.85% | 0.62% | - |
| HSV(B) | 55.64º | 0.69% | 0.94% | - |
| XYZ | 64.95 | 74.52 | 17.62 | - |
| YUV | 214.15 | 49.48 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 75 | 0 | 0.05 | 0.69 | 0.06 | 55.64 | 0.85 | 0.62 |
| Hex | F0 | E4 | 4B | 0 | 5 | 45 | 6 | 38 | 55 | 3E |
| Octal | 360 | 344 | 113 | 0 | 5 | 105 | 6 | 70 | 125 | 76 |
| Binary | 11110000 | 11100100 | 1001011 | 0 | 101 | 1000101 | 110 | 111000 | 1010101 | 111110 |
Color Harmonies of #F0E44B
Complementary color
Monochromatic Colors of #F0E44B
Black with #F0E44B
Text Example
Text Example
White with #F0E44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E44B; }
p { color: rgb(240,228,75); }
H1.HeaderClassName
{
color: #F0E44B;
}
.AnyTagClassName
{
color: #F0E44B;
}
</style>
background-color css
<style>
a { background-color: #F0E44B; }
a { background-color: rgb(240,228,75); }
div.DivClassName
{
background-color: #F0E44B;
}
.BgClassName
{
background-color: #F0E44B;
}
</style>
border-color css
<style>
span { border-color: #F0E44B; }
span { border-color: rgb(240,228,75); }
td.TdClassName
{
border-color: #F0E44B;
}
.TagClassName
{
border-color: #F0E44B;
}
</style>