Shades of Paris Daisy #FEFD45
Tints of Paris Daisy #FEFD45
RGB
CMYK
RGB Variations
Color information
#FEFD45 (or 0xFEFD45) is known color: Paris Daisy. HEX triplet: FE, FD and 45. RGB value is (254,253,69). Sum of RGB (Red+Green+Blue) = 254+253+69=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 253 (99.22% from 255 or 43.92% from 576); Blue value is 69 (27.34% from 255 or 11.98% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD45 is #0102BA. Grayscale: #E9E9E9. Windows color (decimal): -66235 or 4587006. OLE color: 4587006.
HSL color Cylindrical-coordinate representation of color #FEFD45: hue angle of 59.68º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FEFD45 is Cyan = 0, Magento = 0.00, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 69 | - |
| CMYK | 0 | 0.00 | 0.73 | 0.00 |
| HSL | 59.68º | 0.99% | 0.63% | - |
| HSV(B) | 59.68º | 0.73% | 1% | - |
| XYZ | 77.07 | 91.75 | 19.28 | - |
| YUV | 232.32 | 35.83 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 69 | 0 | 0.00 | 0.73 | 0.00 | 59.68 | 0.99 | 0.63 |
| Hex | FE | FD | 45 | 0 | 0 | 49 | 0 | 3C | 63 | 3F |
| Octal | 376 | 375 | 105 | 0 | 0 | 111 | 0 | 74 | 143 | 77 |
| Binary | 11111110 | 11111101 | 1000101 | 0 | 0 | 1001001 | 0 | 111100 | 1100011 | 111111 |
Color Harmonies of #FEFD45
Complementary color
Monochromatic Colors of #FEFD45
Black with #FEFD45
Text Example
Text Example
White with #FEFD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD45; }
p { color: rgb(254,253,69); }
H1.HeaderClassName
{
color: #FEFD45;
}
.AnyTagClassName
{
color: #FEFD45;
}
</style>
background-color css
<style>
a { background-color: #FEFD45; }
a { background-color: rgb(254,253,69); }
div.DivClassName
{
background-color: #FEFD45;
}
.BgClassName
{
background-color: #FEFD45;
}
</style>
border-color css
<style>
span { border-color: #FEFD45; }
span { border-color: rgb(254,253,69); }
td.TdClassName
{
border-color: #FEFD45;
}
.TagClassName
{
border-color: #FEFD45;
}
</style>