Shades of Paris Daisy #FFF94E
Tints of Paris Daisy #FFF94E
RGB
CMYK
RGB Variations
Color information
#FFF94E (or 0xFFF94E) is known color: Paris Daisy. HEX triplet: FF, F9 and 4E. RGB value is (255,249,78). Sum of RGB (Red+Green+Blue) = 255+249+78=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 78 (30.86% from 255 or 13.40% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF94E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF94E is #0006B1. Grayscale: #E7E7E7. Windows color (decimal): -1714 or 5175807. OLE color: 5175807.
HSL color Cylindrical-coordinate representation of color #FFF94E: hue angle of 57.97º 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 #FFF94E is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 78 | - |
| CMYK | 0 | 0.02 | 0.69 | 0 |
| HSL | 57.97º | 1% | 0.65% | - |
| HSV(B) | 57.97º | 0.69% | 1% | - |
| XYZ | 76.49 | 89.56 | 20.46 | - |
| YUV | 231.3 | 41.49 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 78 | 0 | 0.02 | 0.69 | 0 | 57.97 | 1 | 0.65 |
| Hex | FF | F9 | 4E | 0 | 2 | 45 | 0 | 3A | 64 | 41 |
| Octal | 377 | 371 | 116 | 0 | 2 | 105 | 0 | 72 | 144 | 101 |
| Binary | 11111111 | 11111001 | 1001110 | 0 | 10 | 1000101 | 0 | 111010 | 1100100 | 1000001 |
Color Harmonies of #FFF94E
Complementary color
Monochromatic Colors of #FFF94E
Black with #FFF94E
Text Example
Text Example
White with #FFF94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF94E; }
p { color: rgb(255,249,78); }
H1.HeaderClassName
{
color: #FFF94E;
}
.AnyTagClassName
{
color: #FFF94E;
}
</style>
background-color css
<style>
a { background-color: #FFF94E; }
a { background-color: rgb(255,249,78); }
div.DivClassName
{
background-color: #FFF94E;
}
.BgClassName
{
background-color: #FFF94E;
}
</style>
border-color css
<style>
span { border-color: #FFF94E; }
span { border-color: rgb(255,249,78); }
td.TdClassName
{
border-color: #FFF94E;
}
.TagClassName
{
border-color: #FFF94E;
}
</style>