Shades of Paris Daisy #FEF342
Tints of Paris Daisy #FEF342
RGB
CMYK
RGB Variations
Color information
#FEF342 (or 0xFEF342) is known color: Paris Daisy. HEX triplet: FE, F3 and 42. RGB value is (254,243,66). Sum of RGB (Red+Green+Blue) = 254+243+66=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 243 (95.31% from 255 or 43.16% from 563); Blue value is 66 (26.17% from 255 or 11.72% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF342 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF342 is #010CBD. Grayscale: #E2E2E2. Windows color (decimal): -68798 or 4387838. OLE color: 4387838.
HSL color Cylindrical-coordinate representation of color #FEF342: hue angle of 56.49º 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 #FEF342 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 66 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.00 |
| HSL | 56.49º | 0.99% | 0.63% | - |
| HSV(B) | 56.49º | 0.74% | 1% | - |
| XYZ | 73.91 | 85.57 | 17.77 | - |
| YUV | 226.11 | 37.64 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 66 | 0 | 0.04 | 0.74 | 0.00 | 56.49 | 0.99 | 0.63 |
| Hex | FE | F3 | 42 | 0 | 4 | 4A | 0 | 38 | 63 | 3F |
| Octal | 376 | 363 | 102 | 0 | 4 | 112 | 0 | 70 | 143 | 77 |
| Binary | 11111110 | 11110011 | 1000010 | 0 | 100 | 1001010 | 0 | 111000 | 1100011 | 111111 |
Color Harmonies of #FEF342
Complementary color
Monochromatic Colors of #FEF342
Black with #FEF342
Text Example
Text Example
White with #FEF342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF342; }
p { color: rgb(254,243,66); }
H1.HeaderClassName
{
color: #FEF342;
}
.AnyTagClassName
{
color: #FEF342;
}
</style>
background-color css
<style>
a { background-color: #FEF342; }
a { background-color: rgb(254,243,66); }
div.DivClassName
{
background-color: #FEF342;
}
.BgClassName
{
background-color: #FEF342;
}
</style>
border-color css
<style>
span { border-color: #FEF342; }
span { border-color: rgb(254,243,66); }
td.TdClassName
{
border-color: #FEF342;
}
.TagClassName
{
border-color: #FEF342;
}
</style>