Shades of Paris Daisy #FFF94F
Tints of Paris Daisy #FFF94F
RGB
CMYK
RGB Variations
Color information
#FFF94F (or 0xFFF94F) is known color: Paris Daisy. HEX triplet: FF, F9 and 4F. RGB value is (255,249,79). Sum of RGB (Red+Green+Blue) = 255+249+79=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 79 (31.25% from 255 or 13.55% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF94F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF94F is #0006B0. Grayscale: #E8E8E8. Windows color (decimal): -1713 or 5241343. OLE color: 5241343.
HSL color Cylindrical-coordinate representation of color #FFF94F: hue angle of 57.95º 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 #FFF94F is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 79 | - |
| CMYK | 0 | 0.02 | 0.69 | 0 |
| HSL | 57.95º | 1% | 0.65% | - |
| HSV(B) | 57.95º | 0.69% | 1% | - |
| XYZ | 76.53 | 89.58 | 20.65 | - |
| YUV | 231.41 | 41.99 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 79 | 0 | 0.02 | 0.69 | 0 | 57.95 | 1 | 0.65 |
| Hex | FF | F9 | 4F | 0 | 2 | 45 | 0 | 3A | 64 | 41 |
| Octal | 377 | 371 | 117 | 0 | 2 | 105 | 0 | 72 | 144 | 101 |
| Binary | 11111111 | 11111001 | 1001111 | 0 | 10 | 1000101 | 0 | 111010 | 1100100 | 1000001 |
Color Harmonies of #FFF94F
Complementary color
Monochromatic Colors of #FFF94F
Black with #FFF94F
Text Example
Text Example
White with #FFF94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF94F; }
p { color: rgb(255,249,79); }
H1.HeaderClassName
{
color: #FFF94F;
}
.AnyTagClassName
{
color: #FFF94F;
}
</style>
background-color css
<style>
a { background-color: #FFF94F; }
a { background-color: rgb(255,249,79); }
div.DivClassName
{
background-color: #FFF94F;
}
.BgClassName
{
background-color: #FFF94F;
}
</style>
border-color css
<style>
span { border-color: #FFF94F; }
span { border-color: rgb(255,249,79); }
td.TdClassName
{
border-color: #FFF94F;
}
.TagClassName
{
border-color: #FFF94F;
}
</style>