Shades of Paris Daisy #FEE754
Tints of Paris Daisy #FEE754
RGB
CMYK
RGB Variations
Color information
#FEE754 (or 0xFEE754) is known color: Paris Daisy. HEX triplet: FE, E7 and 54. RGB value is (254,231,84). Sum of RGB (Red+Green+Blue) = 254+231+84=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 231 (90.62% from 255 or 40.60% from 569); Blue value is 84 (33.20% from 255 or 14.76% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE754 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE754 is #0118AB. Grayscale: #DDDDDD. Windows color (decimal): -71852 or 5564414. OLE color: 5564414.
HSL color Cylindrical-coordinate representation of color #FEE754: hue angle of 51.88º 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 #FEE754 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 84 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.00 |
| HSL | 51.88º | 0.99% | 0.66% | - |
| HSV(B) | 51.88º | 0.67% | 1% | - |
| XYZ | 71.05 | 78.86 | 19.86 | - |
| YUV | 221.12 | 50.62 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 84 | 0 | 0.09 | 0.67 | 0.00 | 51.88 | 0.99 | 0.66 |
| Hex | FE | E7 | 54 | 0 | 9 | 43 | 0 | 34 | 63 | 42 |
| Octal | 376 | 347 | 124 | 0 | 11 | 103 | 0 | 64 | 143 | 102 |
| Binary | 11111110 | 11100111 | 1010100 | 0 | 1001 | 1000011 | 0 | 110100 | 1100011 | 1000010 |
Color Harmonies of #FEE754
Complementary color
Monochromatic Colors of #FEE754
Black with #FEE754
Text Example
Text Example
White with #FEE754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE754; }
p { color: rgb(254,231,84); }
H1.HeaderClassName
{
color: #FEE754;
}
.AnyTagClassName
{
color: #FEE754;
}
</style>
background-color css
<style>
a { background-color: #FEE754; }
a { background-color: rgb(254,231,84); }
div.DivClassName
{
background-color: #FEE754;
}
.BgClassName
{
background-color: #FEE754;
}
</style>
border-color css
<style>
span { border-color: #FEE754; }
span { border-color: rgb(254,231,84); }
td.TdClassName
{
border-color: #FEE754;
}
.TagClassName
{
border-color: #FEE754;
}
</style>