Shades of Paris Daisy #FFF54E
Tints of Paris Daisy #FFF54E
RGB
CMYK
RGB Variations
Color information
#FFF54E (or 0xFFF54E) is known color: Paris Daisy. HEX triplet: FF, F5 and 4E. RGB value is (255,245,78). Sum of RGB (Red+Green+Blue) = 255+245+78=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 245 (96.09% from 255 or 42.39% from 578); Blue value is 78 (30.86% from 255 or 13.49% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF54E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF54E is #000AB1. Grayscale: #E5E5E5. Windows color (decimal): -2738 or 5174783. OLE color: 5174783.
HSL color Cylindrical-coordinate representation of color #FFF54E: hue angle of 56.61º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFF54E is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 78 | - |
| CMYK | 0 | 0.04 | 0.69 | 0 |
| HSL | 56.61º | 1% | 0.65% | - |
| HSV(B) | 56.61º | 0.69% | 1% | - |
| XYZ | 75.27 | 87.11 | 20.06 | - |
| YUV | 228.95 | 42.81 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 78 | 0 | 0.04 | 0.69 | 0 | 56.61 | 1 | 0.65 |
| Hex | FF | F5 | 4E | 0 | 4 | 45 | 0 | 39 | 64 | 41 |
| Octal | 377 | 365 | 116 | 0 | 4 | 105 | 0 | 71 | 144 | 101 |
| Binary | 11111111 | 11110101 | 1001110 | 0 | 100 | 1000101 | 0 | 111001 | 1100100 | 1000001 |
Color Harmonies of #FFF54E
Complementary color
Monochromatic Colors of #FFF54E
Black with #FFF54E
Text Example
Text Example
White with #FFF54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF54E; }
p { color: rgb(255,245,78); }
H1.HeaderClassName
{
color: #FFF54E;
}
.AnyTagClassName
{
color: #FFF54E;
}
</style>
background-color css
<style>
a { background-color: #FFF54E; }
a { background-color: rgb(255,245,78); }
div.DivClassName
{
background-color: #FFF54E;
}
.BgClassName
{
background-color: #FFF54E;
}
</style>
border-color css
<style>
span { border-color: #FFF54E; }
span { border-color: rgb(255,245,78); }
td.TdClassName
{
border-color: #FFF54E;
}
.TagClassName
{
border-color: #FFF54E;
}
</style>