Shades of Paris Daisy #FFF540
Tints of Paris Daisy #FFF540
RGB
CMYK
RGB Variations
Color information
#FFF540 (or 0xFFF540) is known color: Paris Daisy. HEX triplet: FF, F5 and 40. RGB value is (255,245,64). Sum of RGB (Red+Green+Blue) = 255+245+64=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 245 (96.09% from 255 or 43.44% from 564); Blue value is 64 (25.39% from 255 or 11.35% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF540 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF540 is #000ABF. Grayscale: #E4E4E4. Windows color (decimal): -2752 or 4257279. OLE color: 4257279.
HSL color Cylindrical-coordinate representation of color #FFF540: hue angle of 56.86º 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 #FFF540 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 64 | - |
| CMYK | 0 | 0.04 | 0.75 | 0 |
| HSL | 56.86º | 1% | 0.63% | - |
| HSV(B) | 56.86º | 0.75% | 1% | - |
| XYZ | 74.82 | 86.93 | 17.69 | - |
| YUV | 227.36 | 35.81 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 64 | 0 | 0.04 | 0.75 | 0 | 56.86 | 1 | 0.63 |
| Hex | FF | F5 | 40 | 0 | 4 | 4B | 0 | 39 | 64 | 3F |
| Octal | 377 | 365 | 100 | 0 | 4 | 113 | 0 | 71 | 144 | 77 |
| Binary | 11111111 | 11110101 | 1000000 | 0 | 100 | 1001011 | 0 | 111001 | 1100100 | 111111 |
Color Harmonies of #FFF540
Complementary color
Monochromatic Colors of #FFF540
Black with #FFF540
Text Example
Text Example
White with #FFF540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF540; }
p { color: rgb(255,245,64); }
H1.HeaderClassName
{
color: #FFF540;
}
.AnyTagClassName
{
color: #FFF540;
}
</style>
background-color css
<style>
a { background-color: #FFF540; }
a { background-color: rgb(255,245,64); }
div.DivClassName
{
background-color: #FFF540;
}
.BgClassName
{
background-color: #FFF540;
}
</style>
border-color css
<style>
span { border-color: #FFF540; }
span { border-color: rgb(255,245,64); }
td.TdClassName
{
border-color: #FFF540;
}
.TagClassName
{
border-color: #FFF540;
}
</style>