Shades of Paris Daisy #FFF94D
Tints of Paris Daisy #FFF94D
RGB
CMYK
RGB Variations
Color information
#FFF94D (or 0xFFF94D) is known color: Paris Daisy. HEX triplet: FF, F9 and 4D. RGB value is (255,249,77). Sum of RGB (Red+Green+Blue) = 255+249+77=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 77 (30.47% from 255 or 13.25% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF94D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF94D is #0006B2. Grayscale: #E7E7E7. Windows color (decimal): -1715 or 5110271. OLE color: 5110271.
HSL color Cylindrical-coordinate representation of color #FFF94D: hue angle of 57.98º 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 #FFF94D is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 77 | - |
| CMYK | 0 | 0.02 | 0.70 | 0 |
| HSL | 57.98º | 1% | 0.65% | - |
| HSV(B) | 57.98º | 0.7% | 1% | - |
| XYZ | 76.46 | 89.55 | 20.28 | - |
| YUV | 231.19 | 40.99 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 77 | 0 | 0.02 | 0.70 | 0 | 57.98 | 1 | 0.65 |
| Hex | FF | F9 | 4D | 0 | 2 | 46 | 0 | 3A | 64 | 41 |
| Octal | 377 | 371 | 115 | 0 | 2 | 106 | 0 | 72 | 144 | 101 |
| Binary | 11111111 | 11111001 | 1001101 | 0 | 10 | 1000110 | 0 | 111010 | 1100100 | 1000001 |
Color Harmonies of #FFF94D
Complementary color
Monochromatic Colors of #FFF94D
Black with #FFF94D
Text Example
Text Example
White with #FFF94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF94D; }
p { color: rgb(255,249,77); }
H1.HeaderClassName
{
color: #FFF94D;
}
.AnyTagClassName
{
color: #FFF94D;
}
</style>
background-color css
<style>
a { background-color: #FFF94D; }
a { background-color: rgb(255,249,77); }
div.DivClassName
{
background-color: #FFF94D;
}
.BgClassName
{
background-color: #FFF94D;
}
</style>
border-color css
<style>
span { border-color: #FFF94D; }
span { border-color: rgb(255,249,77); }
td.TdClassName
{
border-color: #FFF94D;
}
.TagClassName
{
border-color: #FFF94D;
}
</style>