Shades of Paris Daisy #FEF256
Tints of Paris Daisy #FEF256
RGB
CMYK
RGB Variations
Color information
#FEF256 (or 0xFEF256) is known color: Paris Daisy. HEX triplet: FE, F2 and 56. RGB value is (254,242,86). Sum of RGB (Red+Green+Blue) = 254+242+86=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 86 (33.98% from 255 or 14.78% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF256 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF256 is #010DA9. Grayscale: #E4E4E4. Windows color (decimal): -69034 or 5698302. OLE color: 5698302.
HSL color Cylindrical-coordinate representation of color #FEF256: hue angle of 55.71º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FEF256 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 86 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.00 |
| HSL | 55.71º | 0.99% | 0.67% | - |
| HSV(B) | 55.71º | 0.66% | 1% | - |
| XYZ | 74.3 | 85.25 | 21.34 | - |
| YUV | 227.8 | 47.98 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 86 | 0 | 0.05 | 0.66 | 0.00 | 55.71 | 0.99 | 0.67 |
| Hex | FE | F2 | 56 | 0 | 5 | 42 | 0 | 38 | 63 | 43 |
| Octal | 376 | 362 | 126 | 0 | 5 | 102 | 0 | 70 | 143 | 103 |
| Binary | 11111110 | 11110010 | 1010110 | 0 | 101 | 1000010 | 0 | 111000 | 1100011 | 1000011 |
Color Harmonies of #FEF256
Complementary color
Monochromatic Colors of #FEF256
Black with #FEF256
Text Example
Text Example
White with #FEF256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF256; }
p { color: rgb(254,242,86); }
H1.HeaderClassName
{
color: #FEF256;
}
.AnyTagClassName
{
color: #FEF256;
}
</style>
background-color css
<style>
a { background-color: #FEF256; }
a { background-color: rgb(254,242,86); }
div.DivClassName
{
background-color: #FEF256;
}
.BgClassName
{
background-color: #FEF256;
}
</style>
border-color css
<style>
span { border-color: #FEF256; }
span { border-color: rgb(254,242,86); }
td.TdClassName
{
border-color: #FEF256;
}
.TagClassName
{
border-color: #FEF256;
}
</style>