Shades of Paris Daisy #FFF54D
Tints of Paris Daisy #FFF54D
RGB
CMYK
RGB Variations
Color information
#FFF54D (or 0xFFF54D) is known color: Paris Daisy. HEX triplet: FF, F5 and 4D. RGB value is (255,245,77). Sum of RGB (Red+Green+Blue) = 255+245+77=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 245 (96.09% from 255 or 42.46% from 577); Blue value is 77 (30.47% from 255 or 13.34% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF54D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF54D is #000AB2. Grayscale: #E5E5E5. Windows color (decimal): -2739 or 5109247. OLE color: 5109247.
HSL color Cylindrical-coordinate representation of color #FFF54D: hue angle of 56.63º 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 #FFF54D is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 77 | - |
| CMYK | 0 | 0.04 | 0.70 | 0 |
| HSL | 56.63º | 1% | 0.65% | - |
| HSV(B) | 56.63º | 0.7% | 1% | - |
| XYZ | 75.23 | 87.1 | 19.87 | - |
| YUV | 228.84 | 42.31 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 77 | 0 | 0.04 | 0.70 | 0 | 56.63 | 1 | 0.65 |
| Hex | FF | F5 | 4D | 0 | 4 | 46 | 0 | 39 | 64 | 41 |
| Octal | 377 | 365 | 115 | 0 | 4 | 106 | 0 | 71 | 144 | 101 |
| Binary | 11111111 | 11110101 | 1001101 | 0 | 100 | 1000110 | 0 | 111001 | 1100100 | 1000001 |
Color Harmonies of #FFF54D
Complementary color
Monochromatic Colors of #FFF54D
Black with #FFF54D
Text Example
Text Example
White with #FFF54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF54D; }
p { color: rgb(255,245,77); }
H1.HeaderClassName
{
color: #FFF54D;
}
.AnyTagClassName
{
color: #FFF54D;
}
</style>
background-color css
<style>
a { background-color: #FFF54D; }
a { background-color: rgb(255,245,77); }
div.DivClassName
{
background-color: #FFF54D;
}
.BgClassName
{
background-color: #FFF54D;
}
</style>
border-color css
<style>
span { border-color: #FFF54D; }
span { border-color: rgb(255,245,77); }
td.TdClassName
{
border-color: #FFF54D;
}
.TagClassName
{
border-color: #FFF54D;
}
</style>