Shades of Paris Daisy #FEF553
Tints of Paris Daisy #FEF553
RGB
CMYK
RGB Variations
Color information
#FEF553 (or 0xFEF553) is known color: Paris Daisy. HEX triplet: FE, F5 and 53. RGB value is (254,245,83). Sum of RGB (Red+Green+Blue) = 254+245+83=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 245 (96.09% from 255 or 42.10% from 582); Blue value is 83 (32.81% from 255 or 14.26% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF553 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF553 is #010AAC. Grayscale: #E5E5E5. Windows color (decimal): -68269 or 5502462. OLE color: 5502462.
HSL color Cylindrical-coordinate representation of color #FEF553: hue angle of 56.84º 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 #FEF553 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 83 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.00 |
| HSL | 56.84º | 0.99% | 0.66% | - |
| HSV(B) | 56.84º | 0.67% | 1% | - |
| XYZ | 75.09 | 87 | 21.02 | - |
| YUV | 229.22 | 45.48 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 83 | 0 | 0.04 | 0.67 | 0.00 | 56.84 | 0.99 | 0.66 |
| Hex | FE | F5 | 53 | 0 | 4 | 43 | 0 | 39 | 63 | 42 |
| Octal | 376 | 365 | 123 | 0 | 4 | 103 | 0 | 71 | 143 | 102 |
| Binary | 11111110 | 11110101 | 1010011 | 0 | 100 | 1000011 | 0 | 111001 | 1100011 | 1000010 |
Color Harmonies of #FEF553
Complementary color
Monochromatic Colors of #FEF553
Black with #FEF553
Text Example
Text Example
White with #FEF553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF553; }
p { color: rgb(254,245,83); }
H1.HeaderClassName
{
color: #FEF553;
}
.AnyTagClassName
{
color: #FEF553;
}
</style>
background-color css
<style>
a { background-color: #FEF553; }
a { background-color: rgb(254,245,83); }
div.DivClassName
{
background-color: #FEF553;
}
.BgClassName
{
background-color: #FEF553;
}
</style>
border-color css
<style>
span { border-color: #FEF553; }
span { border-color: rgb(254,245,83); }
td.TdClassName
{
border-color: #FEF553;
}
.TagClassName
{
border-color: #FEF553;
}
</style>