Shades of Paris Daisy #FFF640
Tints of Paris Daisy #FFF640
RGB
CMYK
RGB Variations
Color information
#FFF640 (or 0xFFF640) is known color: Paris Daisy. HEX triplet: FF, F6 and 40. RGB value is (255,246,64). Sum of RGB (Red+Green+Blue) = 255+246+64=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 246 (96.48% from 255 or 43.54% from 565); Blue value is 64 (25.39% from 255 or 11.33% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF640 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF640 is #0009BF. Grayscale: #E4E4E4. Windows color (decimal): -2496 or 4257535. OLE color: 4257535.
HSL color Cylindrical-coordinate representation of color #FFF640: hue angle of 57.17º 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 #FFF640 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 64 | - |
| CMYK | 0 | 0.04 | 0.75 | 0 |
| HSL | 57.17º | 1% | 0.63% | - |
| HSV(B) | 57.17º | 0.75% | 1% | - |
| XYZ | 75.12 | 87.54 | 17.79 | - |
| YUV | 227.94 | 35.48 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 64 | 0 | 0.04 | 0.75 | 0 | 57.17 | 1 | 0.63 |
| Hex | FF | F6 | 40 | 0 | 4 | 4B | 0 | 39 | 64 | 3F |
| Octal | 377 | 366 | 100 | 0 | 4 | 113 | 0 | 71 | 144 | 77 |
| Binary | 11111111 | 11110110 | 1000000 | 0 | 100 | 1001011 | 0 | 111001 | 1100100 | 111111 |
Color Harmonies of #FFF640
Complementary color
Monochromatic Colors of #FFF640
Black with #FFF640
Text Example
Text Example
White with #FFF640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF640; }
p { color: rgb(255,246,64); }
H1.HeaderClassName
{
color: #FFF640;
}
.AnyTagClassName
{
color: #FFF640;
}
</style>
background-color css
<style>
a { background-color: #FFF640; }
a { background-color: rgb(255,246,64); }
div.DivClassName
{
background-color: #FFF640;
}
.BgClassName
{
background-color: #FFF640;
}
</style>
border-color css
<style>
span { border-color: #FFF640; }
span { border-color: rgb(255,246,64); }
td.TdClassName
{
border-color: #FFF640;
}
.TagClassName
{
border-color: #FFF640;
}
</style>