Shades of Paris Daisy #FEF355
Tints of Paris Daisy #FEF355
RGB
CMYK
RGB Variations
Color information
#FEF355 (or 0xFEF355) is known color: Paris Daisy. HEX triplet: FE, F3 and 55. RGB value is (254,243,85). Sum of RGB (Red+Green+Blue) = 254+243+85=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 243 (95.31% from 255 or 41.75% from 582); Blue value is 85 (33.59% from 255 or 14.60% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF355 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF355 is #010CAA. Grayscale: #E4E4E4. Windows color (decimal): -68779 or 5633022. OLE color: 5633022.
HSL color Cylindrical-coordinate representation of color #FEF355: hue angle of 56.09º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEF355 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 85 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.00 |
| HSL | 56.09º | 0.99% | 0.66% | - |
| HSV(B) | 56.09º | 0.67% | 1% | - |
| XYZ | 74.56 | 85.83 | 21.23 | - |
| YUV | 228.28 | 47.14 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 85 | 0 | 0.04 | 0.67 | 0.00 | 56.09 | 0.99 | 0.66 |
| Hex | FE | F3 | 55 | 0 | 4 | 43 | 0 | 38 | 63 | 42 |
| Octal | 376 | 363 | 125 | 0 | 4 | 103 | 0 | 70 | 143 | 102 |
| Binary | 11111110 | 11110011 | 1010101 | 0 | 100 | 1000011 | 0 | 111000 | 1100011 | 1000010 |
Color Harmonies of #FEF355
Complementary color
Monochromatic Colors of #FEF355
Black with #FEF355
Text Example
Text Example
White with #FEF355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF355; }
p { color: rgb(254,243,85); }
H1.HeaderClassName
{
color: #FEF355;
}
.AnyTagClassName
{
color: #FEF355;
}
</style>
background-color css
<style>
a { background-color: #FEF355; }
a { background-color: rgb(254,243,85); }
div.DivClassName
{
background-color: #FEF355;
}
.BgClassName
{
background-color: #FEF355;
}
</style>
border-color css
<style>
span { border-color: #FEF355; }
span { border-color: rgb(254,243,85); }
td.TdClassName
{
border-color: #FEF355;
}
.TagClassName
{
border-color: #FEF355;
}
</style>