Shades of Paris Daisy #FFF54F
Tints of Paris Daisy #FFF54F
RGB
CMYK
RGB Variations
Color information
#FFF54F (or 0xFFF54F) is known color: Paris Daisy. HEX triplet: FF, F5 and 4F. RGB value is (255,245,79). Sum of RGB (Red+Green+Blue) = 255+245+79=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 79 (31.25% from 255 or 13.64% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF54F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF54F is #000AB0. Grayscale: #E5E5E5. Windows color (decimal): -2737 or 5240319. OLE color: 5240319.
HSL color Cylindrical-coordinate representation of color #FFF54F: hue angle of 56.59º 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 #FFF54F is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 79 | - |
| CMYK | 0 | 0.04 | 0.69 | 0 |
| HSL | 56.59º | 1% | 0.65% | - |
| HSV(B) | 56.59º | 0.69% | 1% | - |
| XYZ | 75.3 | 87.13 | 20.25 | - |
| YUV | 229.07 | 43.31 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 79 | 0 | 0.04 | 0.69 | 0 | 56.59 | 1 | 0.65 |
| Hex | FF | F5 | 4F | 0 | 4 | 45 | 0 | 39 | 64 | 41 |
| Octal | 377 | 365 | 117 | 0 | 4 | 105 | 0 | 71 | 144 | 101 |
| Binary | 11111111 | 11110101 | 1001111 | 0 | 100 | 1000101 | 0 | 111001 | 1100100 | 1000001 |
Color Harmonies of #FFF54F
Complementary color
Monochromatic Colors of #FFF54F
Black with #FFF54F
Text Example
Text Example
White with #FFF54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF54F; }
p { color: rgb(255,245,79); }
H1.HeaderClassName
{
color: #FFF54F;
}
.AnyTagClassName
{
color: #FFF54F;
}
</style>
background-color css
<style>
a { background-color: #FFF54F; }
a { background-color: rgb(255,245,79); }
div.DivClassName
{
background-color: #FFF54F;
}
.BgClassName
{
background-color: #FFF54F;
}
</style>
border-color css
<style>
span { border-color: #FFF54F; }
span { border-color: rgb(255,245,79); }
td.TdClassName
{
border-color: #FFF54F;
}
.TagClassName
{
border-color: #FFF54F;
}
</style>