Shades of Paris Daisy #FEF142
Tints of Paris Daisy #FEF142
RGB
CMYK
RGB Variations
Color information
#FEF142 (or 0xFEF142) is known color: Paris Daisy. HEX triplet: FE, F1 and 42. RGB value is (254,241,66). Sum of RGB (Red+Green+Blue) = 254+241+66=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 66 (26.17% from 255 or 11.76% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF142 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF142 is #010EBD. Grayscale: #E1E1E1. Windows color (decimal): -69310 or 4387326. OLE color: 4387326.
HSL color Cylindrical-coordinate representation of color #FEF142: hue angle of 55.85º 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 #FEF142 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 66 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.00 |
| HSL | 55.85º | 0.99% | 0.63% | - |
| HSV(B) | 55.85º | 0.74% | 1% | - |
| XYZ | 73.31 | 84.37 | 17.58 | - |
| YUV | 224.94 | 38.31 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 66 | 0 | 0.05 | 0.74 | 0.00 | 55.85 | 0.99 | 0.63 |
| Hex | FE | F1 | 42 | 0 | 5 | 4A | 0 | 38 | 63 | 3F |
| Octal | 376 | 361 | 102 | 0 | 5 | 112 | 0 | 70 | 143 | 77 |
| Binary | 11111110 | 11110001 | 1000010 | 0 | 101 | 1001010 | 0 | 111000 | 1100011 | 111111 |
Color Harmonies of #FEF142
Complementary color
Monochromatic Colors of #FEF142
Black with #FEF142
Text Example
Text Example
White with #FEF142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF142; }
p { color: rgb(254,241,66); }
H1.HeaderClassName
{
color: #FEF142;
}
.AnyTagClassName
{
color: #FEF142;
}
</style>
background-color css
<style>
a { background-color: #FEF142; }
a { background-color: rgb(254,241,66); }
div.DivClassName
{
background-color: #FEF142;
}
.BgClassName
{
background-color: #FEF142;
}
</style>
border-color css
<style>
span { border-color: #FEF142; }
span { border-color: rgb(254,241,66); }
td.TdClassName
{
border-color: #FEF142;
}
.TagClassName
{
border-color: #FEF142;
}
</style>