Shades of Paris Daisy #FFF141
Tints of Paris Daisy #FFF141
RGB
CMYK
RGB Variations
Color information
#FFF141 (or 0xFFF141) is known color: Paris Daisy. HEX triplet: FF, F1 and 41. RGB value is (255,241,65). Sum of RGB (Red+Green+Blue) = 255+241+65=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 65 (25.78% from 255 or 11.59% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF141 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF141 is #000EBE. Grayscale: #E1E1E1. Windows color (decimal): -3775 or 4321791. OLE color: 4321791.
HSL color Cylindrical-coordinate representation of color #FFF141: hue angle of 55.58º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFF141 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 65 | - |
| CMYK | 0 | 0.05 | 0.75 | 0 |
| HSL | 55.58º | 1% | 0.63% | - |
| HSV(B) | 55.58º | 0.75% | 1% | - |
| XYZ | 73.65 | 84.55 | 17.44 | - |
| YUV | 225.12 | 37.64 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 65 | 0 | 0.05 | 0.75 | 0 | 55.58 | 1 | 0.63 |
| Hex | FF | F1 | 41 | 0 | 5 | 4B | 0 | 38 | 64 | 3F |
| Octal | 377 | 361 | 101 | 0 | 5 | 113 | 0 | 70 | 144 | 77 |
| Binary | 11111111 | 11110001 | 1000001 | 0 | 101 | 1001011 | 0 | 111000 | 1100100 | 111111 |
Color Harmonies of #FFF141
Complementary color
Monochromatic Colors of #FFF141
Black with #FFF141
Text Example
Text Example
White with #FFF141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF141; }
p { color: rgb(255,241,65); }
H1.HeaderClassName
{
color: #FFF141;
}
.AnyTagClassName
{
color: #FFF141;
}
</style>
background-color css
<style>
a { background-color: #FFF141; }
a { background-color: rgb(255,241,65); }
div.DivClassName
{
background-color: #FFF141;
}
.BgClassName
{
background-color: #FFF141;
}
</style>
border-color css
<style>
span { border-color: #FFF141; }
span { border-color: rgb(255,241,65); }
td.TdClassName
{
border-color: #FFF141;
}
.TagClassName
{
border-color: #FFF141;
}
</style>