Shades of Paris Daisy #FFF14F
Tints of Paris Daisy #FFF14F
RGB
CMYK
RGB Variations
Color information
#FFF14F (or 0xFFF14F) is known color: Paris Daisy. HEX triplet: FF, F1 and 4F. RGB value is (255,241,79). Sum of RGB (Red+Green+Blue) = 255+241+79=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 79 (31.25% from 255 or 13.74% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF14F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF14F is #000EB0. Grayscale: #E3E3E3. Windows color (decimal): -3761 or 5239295. OLE color: 5239295.
HSL color Cylindrical-coordinate representation of color #FFF14F: hue angle of 55.23º 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 #FFF14F is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 79 | - |
| CMYK | 0 | 0.05 | 0.69 | 0 |
| HSL | 55.23º | 1% | 0.65% | - |
| HSV(B) | 55.23º | 0.69% | 1% | - |
| XYZ | 74.11 | 84.74 | 19.85 | - |
| YUV | 226.72 | 44.64 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 79 | 0 | 0.05 | 0.69 | 0 | 55.23 | 1 | 0.65 |
| Hex | FF | F1 | 4F | 0 | 5 | 45 | 0 | 37 | 64 | 41 |
| Octal | 377 | 361 | 117 | 0 | 5 | 105 | 0 | 67 | 144 | 101 |
| Binary | 11111111 | 11110001 | 1001111 | 0 | 101 | 1000101 | 0 | 110111 | 1100100 | 1000001 |
Color Harmonies of #FFF14F
Complementary color
Monochromatic Colors of #FFF14F
Black with #FFF14F
Text Example
Text Example
White with #FFF14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF14F; }
p { color: rgb(255,241,79); }
H1.HeaderClassName
{
color: #FFF14F;
}
.AnyTagClassName
{
color: #FFF14F;
}
</style>
background-color css
<style>
a { background-color: #FFF14F; }
a { background-color: rgb(255,241,79); }
div.DivClassName
{
background-color: #FFF14F;
}
.BgClassName
{
background-color: #FFF14F;
}
</style>
border-color css
<style>
span { border-color: #FFF14F; }
span { border-color: rgb(255,241,79); }
td.TdClassName
{
border-color: #FFF14F;
}
.TagClassName
{
border-color: #FFF14F;
}
</style>