Shades of Paris Daisy #FEF640
Tints of Paris Daisy #FEF640
RGB
CMYK
RGB Variations
Color information
#FEF640 (or 0xFEF640) is known color: Paris Daisy. HEX triplet: FE, F6 and 40. RGB value is (254,246,64). Sum of RGB (Red+Green+Blue) = 254+246+64=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 246 (96.48% from 255 or 43.62% from 564); Blue value is 64 (25.39% from 255 or 11.35% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF640 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF640 is #0109BF. Grayscale: #E4E4E4. Windows color (decimal): -68032 or 4257534. OLE color: 4257534.
HSL color Cylindrical-coordinate representation of color #FEF640: hue angle of 57.47º 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 #FEF640 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 64 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.00 |
| HSL | 57.47º | 0.99% | 0.62% | - |
| HSV(B) | 57.47º | 0.75% | 1% | - |
| XYZ | 74.75 | 87.35 | 17.77 | - |
| YUV | 227.64 | 35.65 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 64 | 0 | 0.03 | 0.75 | 0.00 | 57.47 | 0.99 | 0.62 |
| Hex | FE | F6 | 40 | 0 | 3 | 4B | 0 | 39 | 63 | 3E |
| Octal | 376 | 366 | 100 | 0 | 3 | 113 | 0 | 71 | 143 | 76 |
| Binary | 11111110 | 11110110 | 1000000 | 0 | 11 | 1001011 | 0 | 111001 | 1100011 | 111110 |
Color Harmonies of #FEF640
Complementary color
Monochromatic Colors of #FEF640
Black with #FEF640
Text Example
Text Example
White with #FEF640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF640; }
p { color: rgb(254,246,64); }
H1.HeaderClassName
{
color: #FEF640;
}
.AnyTagClassName
{
color: #FEF640;
}
</style>
background-color css
<style>
a { background-color: #FEF640; }
a { background-color: rgb(254,246,64); }
div.DivClassName
{
background-color: #FEF640;
}
.BgClassName
{
background-color: #FEF640;
}
</style>
border-color css
<style>
span { border-color: #FEF640; }
span { border-color: rgb(254,246,64); }
td.TdClassName
{
border-color: #FEF640;
}
.TagClassName
{
border-color: #FEF640;
}
</style>