Shades of Paris Daisy #FFF14D
Tints of Paris Daisy #FFF14D
RGB
CMYK
RGB Variations
Color information
#FFF14D (or 0xFFF14D) is known color: Paris Daisy. HEX triplet: FF, F1 and 4D. RGB value is (255,241,77). Sum of RGB (Red+Green+Blue) = 255+241+77=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 241 (94.53% from 255 or 42.06% from 573); Blue value is 77 (30.47% from 255 or 13.44% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF14D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF14D is #000EB2. Grayscale: #E3E3E3. Windows color (decimal): -3763 or 5108223. OLE color: 5108223.
HSL color Cylindrical-coordinate representation of color #FFF14D: hue angle of 55.28º 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 #FFF14D is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 77 | - |
| CMYK | 0 | 0.05 | 0.70 | 0 |
| HSL | 55.28º | 1% | 0.65% | - |
| HSV(B) | 55.28º | 0.7% | 1% | - |
| XYZ | 74.03 | 84.71 | 19.47 | - |
| YUV | 226.49 | 43.64 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 77 | 0 | 0.05 | 0.70 | 0 | 55.28 | 1 | 0.65 |
| Hex | FF | F1 | 4D | 0 | 5 | 46 | 0 | 37 | 64 | 41 |
| Octal | 377 | 361 | 115 | 0 | 5 | 106 | 0 | 67 | 144 | 101 |
| Binary | 11111111 | 11110001 | 1001101 | 0 | 101 | 1000110 | 0 | 110111 | 1100100 | 1000001 |
Color Harmonies of #FFF14D
Complementary color
Monochromatic Colors of #FFF14D
Black with #FFF14D
Text Example
Text Example
White with #FFF14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF14D; }
p { color: rgb(255,241,77); }
H1.HeaderClassName
{
color: #FFF14D;
}
.AnyTagClassName
{
color: #FFF14D;
}
</style>
background-color css
<style>
a { background-color: #FFF14D; }
a { background-color: rgb(255,241,77); }
div.DivClassName
{
background-color: #FFF14D;
}
.BgClassName
{
background-color: #FFF14D;
}
</style>
border-color css
<style>
span { border-color: #FFF14D; }
span { border-color: rgb(255,241,77); }
td.TdClassName
{
border-color: #FFF14D;
}
.TagClassName
{
border-color: #FFF14D;
}
</style>