Shades of Paris Daisy #FEF540
Tints of Paris Daisy #FEF540
RGB
CMYK
RGB Variations
Color information
#FEF540 (or 0xFEF540) is known color: Paris Daisy. HEX triplet: FE, F5 and 40. RGB value is (254,245,64). Sum of RGB (Red+Green+Blue) = 254+245+64=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 64 (25.39% from 255 or 11.37% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF540 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF540 is #010ABF. Grayscale: #E3E3E3. Windows color (decimal): -68288 or 4257278. OLE color: 4257278.
HSL color Cylindrical-coordinate representation of color #FEF540: hue angle of 57.16º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEF540 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 64 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.00 |
| HSL | 57.16º | 0.99% | 0.62% | - |
| HSV(B) | 57.16º | 0.75% | 1% | - |
| XYZ | 74.45 | 86.75 | 17.67 | - |
| YUV | 227.06 | 35.98 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 64 | 0 | 0.04 | 0.75 | 0.00 | 57.16 | 0.99 | 0.62 |
| Hex | FE | F5 | 40 | 0 | 4 | 4B | 0 | 39 | 63 | 3E |
| Octal | 376 | 365 | 100 | 0 | 4 | 113 | 0 | 71 | 143 | 76 |
| Binary | 11111110 | 11110101 | 1000000 | 0 | 100 | 1001011 | 0 | 111001 | 1100011 | 111110 |
Color Harmonies of #FEF540
Complementary color
Monochromatic Colors of #FEF540
Black with #FEF540
Text Example
Text Example
White with #FEF540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF540; }
p { color: rgb(254,245,64); }
H1.HeaderClassName
{
color: #FEF540;
}
.AnyTagClassName
{
color: #FEF540;
}
</style>
background-color css
<style>
a { background-color: #FEF540; }
a { background-color: rgb(254,245,64); }
div.DivClassName
{
background-color: #FEF540;
}
.BgClassName
{
background-color: #FEF540;
}
</style>
border-color css
<style>
span { border-color: #FEF540; }
span { border-color: rgb(254,245,64); }
td.TdClassName
{
border-color: #FEF540;
}
.TagClassName
{
border-color: #FEF540;
}
</style>