Shades of Paris Daisy #FEF842
Tints of Paris Daisy #FEF842
RGB
CMYK
RGB Variations
Color information
#FEF842 (or 0xFEF842) is known color: Paris Daisy. HEX triplet: FE, F8 and 42. RGB value is (254,248,66). Sum of RGB (Red+Green+Blue) = 254+248+66=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 248 (97.27% from 255 or 43.66% from 568); Blue value is 66 (26.17% from 255 or 11.62% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF842 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF842 is #0107BD. Grayscale: #E5E5E5. Windows color (decimal): -67518 or 4389118. OLE color: 4389118.
HSL color Cylindrical-coordinate representation of color #FEF842: hue angle of 58.09º 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 #FEF842 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 66 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.00 |
| HSL | 58.09º | 0.99% | 0.63% | - |
| HSV(B) | 58.09º | 0.74% | 1% | - |
| XYZ | 75.42 | 88.6 | 18.28 | - |
| YUV | 229.05 | 35.99 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 66 | 0 | 0.02 | 0.74 | 0.00 | 58.09 | 0.99 | 0.63 |
| Hex | FE | F8 | 42 | 0 | 2 | 4A | 0 | 3A | 63 | 3F |
| Octal | 376 | 370 | 102 | 0 | 2 | 112 | 0 | 72 | 143 | 77 |
| Binary | 11111110 | 11111000 | 1000010 | 0 | 10 | 1001010 | 0 | 111010 | 1100011 | 111111 |
Color Harmonies of #FEF842
Complementary color
Monochromatic Colors of #FEF842
Black with #FEF842
Text Example
Text Example
White with #FEF842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF842; }
p { color: rgb(254,248,66); }
H1.HeaderClassName
{
color: #FEF842;
}
.AnyTagClassName
{
color: #FEF842;
}
</style>
background-color css
<style>
a { background-color: #FEF842; }
a { background-color: rgb(254,248,66); }
div.DivClassName
{
background-color: #FEF842;
}
.BgClassName
{
background-color: #FEF842;
}
</style>
border-color css
<style>
span { border-color: #FEF842; }
span { border-color: rgb(254,248,66); }
td.TdClassName
{
border-color: #FEF842;
}
.TagClassName
{
border-color: #FEF842;
}
</style>