Shades of Paris Daisy #FEF754
Tints of Paris Daisy #FEF754
RGB
CMYK
RGB Variations
Color information
#FEF754 (or 0xFEF754) is known color: Paris Daisy. HEX triplet: FE, F7 and 54. RGB value is (254,247,84). Sum of RGB (Red+Green+Blue) = 254+247+84=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 247 (96.88% from 255 or 42.22% from 585); Blue value is 84 (33.20% from 255 or 14.36% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF754 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF754 is #0108AB. Grayscale: #E7E7E7. Windows color (decimal): -67756 or 5568510. OLE color: 5568510.
HSL color Cylindrical-coordinate representation of color #FEF754: hue angle of 57.53º 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 #FEF754 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 84 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.00 |
| HSL | 57.53º | 0.99% | 0.66% | - |
| HSV(B) | 57.53º | 0.67% | 1% | - |
| XYZ | 75.73 | 88.23 | 21.43 | - |
| YUV | 230.51 | 45.32 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 84 | 0 | 0.03 | 0.67 | 0.00 | 57.53 | 0.99 | 0.66 |
| Hex | FE | F7 | 54 | 0 | 3 | 43 | 0 | 3A | 63 | 42 |
| Octal | 376 | 367 | 124 | 0 | 3 | 103 | 0 | 72 | 143 | 102 |
| Binary | 11111110 | 11110111 | 1010100 | 0 | 11 | 1000011 | 0 | 111010 | 1100011 | 1000010 |
Color Harmonies of #FEF754
Complementary color
Monochromatic Colors of #FEF754
Black with #FEF754
Text Example
Text Example
White with #FEF754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF754; }
p { color: rgb(254,247,84); }
H1.HeaderClassName
{
color: #FEF754;
}
.AnyTagClassName
{
color: #FEF754;
}
</style>
background-color css
<style>
a { background-color: #FEF754; }
a { background-color: rgb(254,247,84); }
div.DivClassName
{
background-color: #FEF754;
}
.BgClassName
{
background-color: #FEF754;
}
</style>
border-color css
<style>
span { border-color: #FEF754; }
span { border-color: rgb(254,247,84); }
td.TdClassName
{
border-color: #FEF754;
}
.TagClassName
{
border-color: #FEF754;
}
</style>