Shades of Paris Daisy #FEF750
Tints of Paris Daisy #FEF750
RGB
CMYK
RGB Variations
Color information
#FEF750 (or 0xFEF750) is known color: Paris Daisy. HEX triplet: FE, F7 and 50. RGB value is (254,247,80). Sum of RGB (Red+Green+Blue) = 254+247+80=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 247 (96.88% from 255 or 42.51% from 581); Blue value is 80 (31.64% from 255 or 13.77% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF750 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF750 is #0108AF. Grayscale: #E6E6E6. Windows color (decimal): -67760 or 5306366. OLE color: 5306366.
HSL color Cylindrical-coordinate representation of color #FEF750: hue angle of 57.59º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEF750 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 80 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.00 |
| HSL | 57.59º | 0.99% | 0.65% | - |
| HSV(B) | 57.59º | 0.69% | 1% | - |
| XYZ | 75.58 | 88.17 | 20.62 | - |
| YUV | 230.06 | 43.32 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 80 | 0 | 0.03 | 0.69 | 0.00 | 57.59 | 0.99 | 0.65 |
| Hex | FE | F7 | 50 | 0 | 3 | 45 | 0 | 3A | 63 | 41 |
| Octal | 376 | 367 | 120 | 0 | 3 | 105 | 0 | 72 | 143 | 101 |
| Binary | 11111110 | 11110111 | 1010000 | 0 | 11 | 1000101 | 0 | 111010 | 1100011 | 1000001 |
Color Harmonies of #FEF750
Complementary color
Monochromatic Colors of #FEF750
Black with #FEF750
Text Example
Text Example
White with #FEF750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF750; }
p { color: rgb(254,247,80); }
H1.HeaderClassName
{
color: #FEF750;
}
.AnyTagClassName
{
color: #FEF750;
}
</style>
background-color css
<style>
a { background-color: #FEF750; }
a { background-color: rgb(254,247,80); }
div.DivClassName
{
background-color: #FEF750;
}
.BgClassName
{
background-color: #FEF750;
}
</style>
border-color css
<style>
span { border-color: #FEF750; }
span { border-color: rgb(254,247,80); }
td.TdClassName
{
border-color: #FEF750;
}
.TagClassName
{
border-color: #FEF750;
}
</style>