Shades of Paris Daisy #FEF840
Tints of Paris Daisy #FEF840
RGB
CMYK
RGB Variations
Color information
#FEF840 (or 0xFEF840) is known color: Paris Daisy. HEX triplet: FE, F8 and 40. RGB value is (254,248,64). Sum of RGB (Red+Green+Blue) = 254+248+64=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 248 (97.27% from 255 or 43.82% from 566); Blue value is 64 (25.39% from 255 or 11.31% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF840 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF840 is #0107BF. Grayscale: #E5E5E5. Windows color (decimal): -67520 or 4258046. OLE color: 4258046.
HSL color Cylindrical-coordinate representation of color #FEF840: hue angle of 58.11º 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 #FEF840 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 64 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.00 |
| HSL | 58.11º | 0.99% | 0.62% | - |
| HSV(B) | 58.11º | 0.75% | 1% | - |
| XYZ | 75.37 | 88.58 | 17.98 | - |
| YUV | 228.82 | 34.99 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 64 | 0 | 0.02 | 0.75 | 0.00 | 58.11 | 0.99 | 0.62 |
| Hex | FE | F8 | 40 | 0 | 2 | 4B | 0 | 3A | 63 | 3E |
| Octal | 376 | 370 | 100 | 0 | 2 | 113 | 0 | 72 | 143 | 76 |
| Binary | 11111110 | 11111000 | 1000000 | 0 | 10 | 1001011 | 0 | 111010 | 1100011 | 111110 |
Color Harmonies of #FEF840
Complementary color
Monochromatic Colors of #FEF840
Black with #FEF840
Text Example
Text Example
White with #FEF840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF840; }
p { color: rgb(254,248,64); }
H1.HeaderClassName
{
color: #FEF840;
}
.AnyTagClassName
{
color: #FEF840;
}
</style>
background-color css
<style>
a { background-color: #FEF840; }
a { background-color: rgb(254,248,64); }
div.DivClassName
{
background-color: #FEF840;
}
.BgClassName
{
background-color: #FEF840;
}
</style>
border-color css
<style>
span { border-color: #FEF840; }
span { border-color: rgb(254,248,64); }
td.TdClassName
{
border-color: #FEF840;
}
.TagClassName
{
border-color: #FEF840;
}
</style>