Shades of Paris Daisy #FEF845
Tints of Paris Daisy #FEF845
RGB
CMYK
RGB Variations
Color information
#FEF845 (or 0xFEF845) is known color: Paris Daisy. HEX triplet: FE, F8 and 45. RGB value is (254,248,69). Sum of RGB (Red+Green+Blue) = 254+248+69=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 248 (97.27% from 255 or 43.43% from 571); Blue value is 69 (27.34% from 255 or 12.08% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF845 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF845 is #0107BA. Grayscale: #E6E6E6. Windows color (decimal): -67515 or 4585726. OLE color: 4585726.
HSL color Cylindrical-coordinate representation of color #FEF845: hue angle of 58.05º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FEF845 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 69 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.00 |
| HSL | 58.05º | 0.99% | 0.63% | - |
| HSV(B) | 58.05º | 0.73% | 1% | - |
| XYZ | 75.51 | 88.64 | 18.76 | - |
| YUV | 229.39 | 37.49 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 69 | 0 | 0.02 | 0.73 | 0.00 | 58.05 | 0.99 | 0.63 |
| Hex | FE | F8 | 45 | 0 | 2 | 49 | 0 | 3A | 63 | 3F |
| Octal | 376 | 370 | 105 | 0 | 2 | 111 | 0 | 72 | 143 | 77 |
| Binary | 11111110 | 11111000 | 1000101 | 0 | 10 | 1001001 | 0 | 111010 | 1100011 | 111111 |
Color Harmonies of #FEF845
Complementary color
Monochromatic Colors of #FEF845
Black with #FEF845
Text Example
Text Example
White with #FEF845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF845; }
p { color: rgb(254,248,69); }
H1.HeaderClassName
{
color: #FEF845;
}
.AnyTagClassName
{
color: #FEF845;
}
</style>
background-color css
<style>
a { background-color: #FEF845; }
a { background-color: rgb(254,248,69); }
div.DivClassName
{
background-color: #FEF845;
}
.BgClassName
{
background-color: #FEF845;
}
</style>
border-color css
<style>
span { border-color: #FEF845; }
span { border-color: rgb(254,248,69); }
td.TdClassName
{
border-color: #FEF845;
}
.TagClassName
{
border-color: #FEF845;
}
</style>