Shades of Paris Daisy #FEF24D
Tints of Paris Daisy #FEF24D
RGB
CMYK
RGB Variations
Color information
#FEF24D (or 0xFEF24D) is known color: Paris Daisy. HEX triplet: FE, F2 and 4D. RGB value is (254,242,77). Sum of RGB (Red+Green+Blue) = 254+242+77=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 77 (30.47% from 255 or 13.44% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF24D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF24D is #010DB2. Grayscale: #E3E3E3. Windows color (decimal): -69043 or 5108478. OLE color: 5108478.
HSL color Cylindrical-coordinate representation of color #FEF24D: hue angle of 55.93º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEF24D is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 77 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.00 |
| HSL | 55.93º | 0.99% | 0.65% | - |
| HSV(B) | 55.93º | 0.7% | 1% | - |
| XYZ | 73.96 | 85.11 | 19.55 | - |
| YUV | 226.78 | 43.48 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 77 | 0 | 0.05 | 0.70 | 0.00 | 55.93 | 0.99 | 0.65 |
| Hex | FE | F2 | 4D | 0 | 5 | 46 | 0 | 38 | 63 | 41 |
| Octal | 376 | 362 | 115 | 0 | 5 | 106 | 0 | 70 | 143 | 101 |
| Binary | 11111110 | 11110010 | 1001101 | 0 | 101 | 1000110 | 0 | 111000 | 1100011 | 1000001 |
Color Harmonies of #FEF24D
Complementary color
Monochromatic Colors of #FEF24D
Black with #FEF24D
Text Example
Text Example
White with #FEF24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF24D; }
p { color: rgb(254,242,77); }
H1.HeaderClassName
{
color: #FEF24D;
}
.AnyTagClassName
{
color: #FEF24D;
}
</style>
background-color css
<style>
a { background-color: #FEF24D; }
a { background-color: rgb(254,242,77); }
div.DivClassName
{
background-color: #FEF24D;
}
.BgClassName
{
background-color: #FEF24D;
}
</style>
border-color css
<style>
span { border-color: #FEF24D; }
span { border-color: rgb(254,242,77); }
td.TdClassName
{
border-color: #FEF24D;
}
.TagClassName
{
border-color: #FEF24D;
}
</style>