Shades of Paris Daisy #FEF648
Tints of Paris Daisy #FEF648
RGB
CMYK
RGB Variations
Color information
#FEF648 (or 0xFEF648) is known color: Paris Daisy. HEX triplet: FE, F6 and 48. RGB value is (254,246,72). Sum of RGB (Red+Green+Blue) = 254+246+72=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 246 (96.48% from 255 or 43.01% from 572); Blue value is 72 (28.52% from 255 or 12.59% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF648 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF648 is #0109B7. Grayscale: #E5E5E5. Windows color (decimal): -68024 or 4781822. OLE color: 4781822.
HSL color Cylindrical-coordinate representation of color #FEF648: hue angle of 57.36º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FEF648 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 72 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.00 |
| HSL | 57.36º | 0.99% | 0.64% | - |
| HSV(B) | 57.36º | 0.72% | 1% | - |
| XYZ | 75 | 87.45 | 19.06 | - |
| YUV | 228.56 | 39.65 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 72 | 0 | 0.03 | 0.72 | 0.00 | 57.36 | 0.99 | 0.64 |
| Hex | FE | F6 | 48 | 0 | 3 | 48 | 0 | 39 | 63 | 40 |
| Octal | 376 | 366 | 110 | 0 | 3 | 110 | 0 | 71 | 143 | 100 |
| Binary | 11111110 | 11110110 | 1001000 | 0 | 11 | 1001000 | 0 | 111001 | 1100011 | 1000000 |
Color Harmonies of #FEF648
Complementary color
Monochromatic Colors of #FEF648
Black with #FEF648
Text Example
Text Example
White with #FEF648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF648; }
p { color: rgb(254,246,72); }
H1.HeaderClassName
{
color: #FEF648;
}
.AnyTagClassName
{
color: #FEF648;
}
</style>
background-color css
<style>
a { background-color: #FEF648; }
a { background-color: rgb(254,246,72); }
div.DivClassName
{
background-color: #FEF648;
}
.BgClassName
{
background-color: #FEF648;
}
</style>
border-color css
<style>
span { border-color: #FEF648; }
span { border-color: rgb(254,246,72); }
td.TdClassName
{
border-color: #FEF648;
}
.TagClassName
{
border-color: #FEF648;
}
</style>