Shades of Paris Daisy #FFF140
Tints of Paris Daisy #FFF140
RGB
CMYK
RGB Variations
Color information
#FFF140 (or 0xFFF140) is known color: Paris Daisy. HEX triplet: FF, F1 and 40. RGB value is (255,241,64). Sum of RGB (Red+Green+Blue) = 255+241+64=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 64 (25.39% from 255 or 11.43% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF140 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF140 is #000EBF. Grayscale: #E1E1E1. Windows color (decimal): -3776 or 4256255. OLE color: 4256255.
HSL color Cylindrical-coordinate representation of color #FFF140: hue angle of 55.6º 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 #FFF140 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 64 | - |
| CMYK | 0 | 0.05 | 0.75 | 0 |
| HSL | 55.6º | 1% | 0.63% | - |
| HSV(B) | 55.6º | 0.75% | 1% | - |
| XYZ | 73.62 | 84.54 | 17.29 | - |
| YUV | 225.01 | 37.14 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 64 | 0 | 0.05 | 0.75 | 0 | 55.6 | 1 | 0.63 |
| Hex | FF | F1 | 40 | 0 | 5 | 4B | 0 | 38 | 64 | 3F |
| Octal | 377 | 361 | 100 | 0 | 5 | 113 | 0 | 70 | 144 | 77 |
| Binary | 11111111 | 11110001 | 1000000 | 0 | 101 | 1001011 | 0 | 111000 | 1100100 | 111111 |
Color Harmonies of #FFF140
Complementary color
Monochromatic Colors of #FFF140
Black with #FFF140
Text Example
Text Example
White with #FFF140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF140; }
p { color: rgb(255,241,64); }
H1.HeaderClassName
{
color: #FFF140;
}
.AnyTagClassName
{
color: #FFF140;
}
</style>
background-color css
<style>
a { background-color: #FFF140; }
a { background-color: rgb(255,241,64); }
div.DivClassName
{
background-color: #FFF140;
}
.BgClassName
{
background-color: #FFF140;
}
</style>
border-color css
<style>
span { border-color: #FFF140; }
span { border-color: rgb(255,241,64); }
td.TdClassName
{
border-color: #FFF140;
}
.TagClassName
{
border-color: #FFF140;
}
</style>