Shades of Paris Daisy #FEF445
Tints of Paris Daisy #FEF445
RGB
CMYK
RGB Variations
Color information
#FEF445 (or 0xFEF445) is known color: Paris Daisy. HEX triplet: FE, F4 and 45. RGB value is (254,244,69). Sum of RGB (Red+Green+Blue) = 254+244+69=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 244 (95.70% from 255 or 43.03% from 567); Blue value is 69 (27.34% from 255 or 12.17% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF445 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF445 is #010BBA. Grayscale: #E3E3E3. Windows color (decimal): -68539 or 4584702. OLE color: 4584702.
HSL color Cylindrical-coordinate representation of color #FEF445: hue angle of 56.76º 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 #FEF445 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 69 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.00 |
| HSL | 56.76º | 0.99% | 0.63% | - |
| HSV(B) | 56.76º | 0.73% | 1% | - |
| XYZ | 74.3 | 86.2 | 18.35 | - |
| YUV | 227.04 | 38.81 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 69 | 0 | 0.04 | 0.73 | 0.00 | 56.76 | 0.99 | 0.63 |
| Hex | FE | F4 | 45 | 0 | 4 | 49 | 0 | 39 | 63 | 3F |
| Octal | 376 | 364 | 105 | 0 | 4 | 111 | 0 | 71 | 143 | 77 |
| Binary | 11111110 | 11110100 | 1000101 | 0 | 100 | 1001001 | 0 | 111001 | 1100011 | 111111 |
Color Harmonies of #FEF445
Complementary color
Monochromatic Colors of #FEF445
Black with #FEF445
Text Example
Text Example
White with #FEF445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF445; }
p { color: rgb(254,244,69); }
H1.HeaderClassName
{
color: #FEF445;
}
.AnyTagClassName
{
color: #FEF445;
}
</style>
background-color css
<style>
a { background-color: #FEF445; }
a { background-color: rgb(254,244,69); }
div.DivClassName
{
background-color: #FEF445;
}
.BgClassName
{
background-color: #FEF445;
}
</style>
border-color css
<style>
span { border-color: #FEF445; }
span { border-color: rgb(254,244,69); }
td.TdClassName
{
border-color: #FEF445;
}
.TagClassName
{
border-color: #FEF445;
}
</style>