Shades of Paris Daisy #FEF955
Tints of Paris Daisy #FEF955
RGB
CMYK
RGB Variations
Color information
#FEF955 (or 0xFEF955) is known color: Paris Daisy. HEX triplet: FE, F9 and 55. RGB value is (254,249,85). Sum of RGB (Red+Green+Blue) = 254+249+85=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 85 (33.59% from 255 or 14.46% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF955 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF955 is #0106AA. Grayscale: #E8E8E8. Windows color (decimal): -67243 or 5634558. OLE color: 5634558.
HSL color Cylindrical-coordinate representation of color #FEF955: hue angle of 58.22º 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 #FEF955 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 85 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.00 |
| HSL | 58.22º | 0.99% | 0.66% | - |
| HSV(B) | 58.22º | 0.67% | 1% | - |
| XYZ | 76.39 | 89.48 | 21.84 | - |
| YUV | 231.8 | 45.16 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 85 | 0 | 0.02 | 0.67 | 0.00 | 58.22 | 0.99 | 0.66 |
| Hex | FE | F9 | 55 | 0 | 2 | 43 | 0 | 3A | 63 | 42 |
| Octal | 376 | 371 | 125 | 0 | 2 | 103 | 0 | 72 | 143 | 102 |
| Binary | 11111110 | 11111001 | 1010101 | 0 | 10 | 1000011 | 0 | 111010 | 1100011 | 1000010 |
Color Harmonies of #FEF955
Complementary color
Monochromatic Colors of #FEF955
Black with #FEF955
Text Example
Text Example
White with #FEF955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF955; }
p { color: rgb(254,249,85); }
H1.HeaderClassName
{
color: #FEF955;
}
.AnyTagClassName
{
color: #FEF955;
}
</style>
background-color css
<style>
a { background-color: #FEF955; }
a { background-color: rgb(254,249,85); }
div.DivClassName
{
background-color: #FEF955;
}
.BgClassName
{
background-color: #FEF955;
}
</style>
border-color css
<style>
span { border-color: #FEF955; }
span { border-color: rgb(254,249,85); }
td.TdClassName
{
border-color: #FEF955;
}
.TagClassName
{
border-color: #FEF955;
}
</style>