Shades of Paris Daisy #FEF04C
Tints of Paris Daisy #FEF04C
RGB
CMYK
RGB Variations
Color information
#FEF04C (or 0xFEF04C) is known color: Paris Daisy. HEX triplet: FE, F0 and 4C. RGB value is (254,240,76). Sum of RGB (Red+Green+Blue) = 254+240+76=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 76 (30.08% from 255 or 13.33% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF04C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF04C is #010FB3. Grayscale: #E2E2E2. Windows color (decimal): -69556 or 5042430. OLE color: 5042430.
HSL color Cylindrical-coordinate representation of color #FEF04C: hue angle of 55.28º 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 #FEF04C is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 76 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.00 |
| HSL | 55.28º | 0.99% | 0.65% | - |
| HSV(B) | 55.28º | 0.7% | 1% | - |
| XYZ | 73.34 | 83.91 | 19.17 | - |
| YUV | 225.49 | 43.64 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 76 | 0 | 0.06 | 0.70 | 0.00 | 55.28 | 0.99 | 0.65 |
| Hex | FE | F0 | 4C | 0 | 6 | 46 | 0 | 37 | 63 | 41 |
| Octal | 376 | 360 | 114 | 0 | 6 | 106 | 0 | 67 | 143 | 101 |
| Binary | 11111110 | 11110000 | 1001100 | 0 | 110 | 1000110 | 0 | 110111 | 1100011 | 1000001 |
Color Harmonies of #FEF04C
Complementary color
Monochromatic Colors of #FEF04C
Black with #FEF04C
Text Example
Text Example
White with #FEF04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF04C; }
p { color: rgb(254,240,76); }
H1.HeaderClassName
{
color: #FEF04C;
}
.AnyTagClassName
{
color: #FEF04C;
}
</style>
background-color css
<style>
a { background-color: #FEF04C; }
a { background-color: rgb(254,240,76); }
div.DivClassName
{
background-color: #FEF04C;
}
.BgClassName
{
background-color: #FEF04C;
}
</style>
border-color css
<style>
span { border-color: #FEF04C; }
span { border-color: rgb(254,240,76); }
td.TdClassName
{
border-color: #FEF04C;
}
.TagClassName
{
border-color: #FEF04C;
}
</style>