Shades of Paris Daisy #FEF841
Tints of Paris Daisy #FEF841
RGB
CMYK
RGB Variations
Color information
#FEF841 (or 0xFEF841) is known color: Paris Daisy. HEX triplet: FE, F8 and 41. RGB value is (254,248,65). Sum of RGB (Red+Green+Blue) = 254+248+65=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 65 (25.78% from 255 or 11.46% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF841 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF841 is #0107BE. Grayscale: #E5E5E5. Windows color (decimal): -67519 or 4323582. OLE color: 4323582.
HSL color Cylindrical-coordinate representation of color #FEF841: hue angle of 58.1º 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 #FEF841 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 65 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.00 |
| HSL | 58.1º | 0.99% | 0.63% | - |
| HSV(B) | 58.1º | 0.74% | 1% | - |
| XYZ | 75.39 | 88.59 | 18.13 | - |
| YUV | 228.93 | 35.49 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 65 | 0 | 0.02 | 0.74 | 0.00 | 58.1 | 0.99 | 0.63 |
| Hex | FE | F8 | 41 | 0 | 2 | 4A | 0 | 3A | 63 | 3F |
| Octal | 376 | 370 | 101 | 0 | 2 | 112 | 0 | 72 | 143 | 77 |
| Binary | 11111110 | 11111000 | 1000001 | 0 | 10 | 1001010 | 0 | 111010 | 1100011 | 111111 |
Color Harmonies of #FEF841
Complementary color
Monochromatic Colors of #FEF841
Black with #FEF841
Text Example
Text Example
White with #FEF841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF841; }
p { color: rgb(254,248,65); }
H1.HeaderClassName
{
color: #FEF841;
}
.AnyTagClassName
{
color: #FEF841;
}
</style>
background-color css
<style>
a { background-color: #FEF841; }
a { background-color: rgb(254,248,65); }
div.DivClassName
{
background-color: #FEF841;
}
.BgClassName
{
background-color: #FEF841;
}
</style>
border-color css
<style>
span { border-color: #FEF841; }
span { border-color: rgb(254,248,65); }
td.TdClassName
{
border-color: #FEF841;
}
.TagClassName
{
border-color: #FEF841;
}
</style>