Shades of Paris Daisy #FFF241
Tints of Paris Daisy #FFF241
RGB
CMYK
RGB Variations
Color information
#FFF241 (or 0xFFF241) is known color: Paris Daisy. HEX triplet: FF, F2 and 41. RGB value is (255,242,65). Sum of RGB (Red+Green+Blue) = 255+242+65=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 65 (25.78% from 255 or 11.57% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF241 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF241 is #000DBE. Grayscale: #E2E2E2. Windows color (decimal): -3519 or 4322047. OLE color: 4322047.
HSL color Cylindrical-coordinate representation of color #FFF241: hue angle of 55.89º 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 #FFF241 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 65 | - |
| CMYK | 0 | 0.05 | 0.75 | 0 |
| HSL | 55.89º | 1% | 0.63% | - |
| HSV(B) | 55.89º | 0.75% | 1% | - |
| XYZ | 73.95 | 85.15 | 17.54 | - |
| YUV | 225.71 | 37.31 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 65 | 0 | 0.05 | 0.75 | 0 | 55.89 | 1 | 0.63 |
| Hex | FF | F2 | 41 | 0 | 5 | 4B | 0 | 38 | 64 | 3F |
| Octal | 377 | 362 | 101 | 0 | 5 | 113 | 0 | 70 | 144 | 77 |
| Binary | 11111111 | 11110010 | 1000001 | 0 | 101 | 1001011 | 0 | 111000 | 1100100 | 111111 |
Color Harmonies of #FFF241
Complementary color
Monochromatic Colors of #FFF241
Black with #FFF241
Text Example
Text Example
White with #FFF241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF241; }
p { color: rgb(255,242,65); }
H1.HeaderClassName
{
color: #FFF241;
}
.AnyTagClassName
{
color: #FFF241;
}
</style>
background-color css
<style>
a { background-color: #FFF241; }
a { background-color: rgb(255,242,65); }
div.DivClassName
{
background-color: #FFF241;
}
.BgClassName
{
background-color: #FFF241;
}
</style>
border-color css
<style>
span { border-color: #FFF241; }
span { border-color: rgb(255,242,65); }
td.TdClassName
{
border-color: #FFF241;
}
.TagClassName
{
border-color: #FFF241;
}
</style>