Shades of Paris Daisy #FFF041
Tints of Paris Daisy #FFF041
RGB
CMYK
RGB Variations
Color information
#FFF041 (or 0xFFF041) is known color: Paris Daisy. HEX triplet: FF, F0 and 41. RGB value is (255,240,65). Sum of RGB (Red+Green+Blue) = 255+240+65=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 65 (25.78% from 255 or 11.61% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF041 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF041 is #000FBE. Grayscale: #E1E1E1. Windows color (decimal): -4031 or 4321535. OLE color: 4321535.
HSL color Cylindrical-coordinate representation of color #FFF041: hue angle of 55.26º 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 #FFF041 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 65 | - |
| CMYK | 0 | 0.06 | 0.75 | 0 |
| HSL | 55.26º | 1% | 0.63% | - |
| HSV(B) | 55.26º | 0.75% | 1% | - |
| XYZ | 73.35 | 83.96 | 17.34 | - |
| YUV | 224.54 | 37.97 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 65 | 0 | 0.06 | 0.75 | 0 | 55.26 | 1 | 0.63 |
| Hex | FF | F0 | 41 | 0 | 6 | 4B | 0 | 37 | 64 | 3F |
| Octal | 377 | 360 | 101 | 0 | 6 | 113 | 0 | 67 | 144 | 77 |
| Binary | 11111111 | 11110000 | 1000001 | 0 | 110 | 1001011 | 0 | 110111 | 1100100 | 111111 |
Color Harmonies of #FFF041
Complementary color
Monochromatic Colors of #FFF041
Black with #FFF041
Text Example
Text Example
White with #FFF041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF041; }
p { color: rgb(255,240,65); }
H1.HeaderClassName
{
color: #FFF041;
}
.AnyTagClassName
{
color: #FFF041;
}
</style>
background-color css
<style>
a { background-color: #FFF041; }
a { background-color: rgb(255,240,65); }
div.DivClassName
{
background-color: #FFF041;
}
.BgClassName
{
background-color: #FFF041;
}
</style>
border-color css
<style>
span { border-color: #FFF041; }
span { border-color: rgb(255,240,65); }
td.TdClassName
{
border-color: #FFF041;
}
.TagClassName
{
border-color: #FFF041;
}
</style>