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