Shades of Paris Daisy #FFF04D
Tints of Paris Daisy #FFF04D
RGB
CMYK
RGB Variations
Color information
#FFF04D (or 0xFFF04D) is known color: Paris Daisy. HEX triplet: FF, F0 and 4D. RGB value is (255,240,77). Sum of RGB (Red+Green+Blue) = 255+240+77=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 77 (30.47% from 255 or 13.46% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF04D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF04D is #000FB2. Grayscale: #E2E2E2. Windows color (decimal): -4019 or 5107967. OLE color: 5107967.
HSL color Cylindrical-coordinate representation of color #FFF04D: hue angle of 54.94º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFF04D is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 77 | - |
| CMYK | 0 | 0.06 | 0.70 | 0 |
| HSL | 54.94º | 1% | 0.65% | - |
| HSV(B) | 54.94º | 0.7% | 1% | - |
| XYZ | 73.74 | 84.12 | 19.37 | - |
| YUV | 225.9 | 43.97 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 77 | 0 | 0.06 | 0.70 | 0 | 54.94 | 1 | 0.65 |
| Hex | FF | F0 | 4D | 0 | 6 | 46 | 0 | 37 | 64 | 41 |
| Octal | 377 | 360 | 115 | 0 | 6 | 106 | 0 | 67 | 144 | 101 |
| Binary | 11111111 | 11110000 | 1001101 | 0 | 110 | 1000110 | 0 | 110111 | 1100100 | 1000001 |
Color Harmonies of #FFF04D
Complementary color
Monochromatic Colors of #FFF04D
Black with #FFF04D
Text Example
Text Example
White with #FFF04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF04D; }
p { color: rgb(255,240,77); }
H1.HeaderClassName
{
color: #FFF04D;
}
.AnyTagClassName
{
color: #FFF04D;
}
</style>
background-color css
<style>
a { background-color: #FFF04D; }
a { background-color: rgb(255,240,77); }
div.DivClassName
{
background-color: #FFF04D;
}
.BgClassName
{
background-color: #FFF04D;
}
</style>
border-color css
<style>
span { border-color: #FFF04D; }
span { border-color: rgb(255,240,77); }
td.TdClassName
{
border-color: #FFF04D;
}
.TagClassName
{
border-color: #FFF04D;
}
</style>