Shades of Paris Daisy #FEF242
Tints of Paris Daisy #FEF242
RGB
CMYK
RGB Variations
Color information
#FEF242 (or 0xFEF242) is known color: Paris Daisy. HEX triplet: FE, F2 and 42. RGB value is (254,242,66). Sum of RGB (Red+Green+Blue) = 254+242+66=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 66 (26.17% from 255 or 11.74% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF242 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF242 is #010DBD. Grayscale: #E2E2E2. Windows color (decimal): -69054 or 4387582. OLE color: 4387582.
HSL color Cylindrical-coordinate representation of color #FEF242: hue angle of 56.17º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FEF242 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 66 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.00 |
| HSL | 56.17º | 0.99% | 0.63% | - |
| HSV(B) | 56.17º | 0.74% | 1% | - |
| XYZ | 73.61 | 84.97 | 17.68 | - |
| YUV | 225.52 | 37.98 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 66 | 0 | 0.05 | 0.74 | 0.00 | 56.17 | 0.99 | 0.63 |
| Hex | FE | F2 | 42 | 0 | 5 | 4A | 0 | 38 | 63 | 3F |
| Octal | 376 | 362 | 102 | 0 | 5 | 112 | 0 | 70 | 143 | 77 |
| Binary | 11111110 | 11110010 | 1000010 | 0 | 101 | 1001010 | 0 | 111000 | 1100011 | 111111 |
Color Harmonies of #FEF242
Complementary color
Monochromatic Colors of #FEF242
Black with #FEF242
Text Example
Text Example
White with #FEF242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF242; }
p { color: rgb(254,242,66); }
H1.HeaderClassName
{
color: #FEF242;
}
.AnyTagClassName
{
color: #FEF242;
}
</style>
background-color css
<style>
a { background-color: #FEF242; }
a { background-color: rgb(254,242,66); }
div.DivClassName
{
background-color: #FEF242;
}
.BgClassName
{
background-color: #FEF242;
}
</style>
border-color css
<style>
span { border-color: #FEF242; }
span { border-color: rgb(254,242,66); }
td.TdClassName
{
border-color: #FEF242;
}
.TagClassName
{
border-color: #FEF242;
}
</style>