Shades of Paris Daisy #FEF452
Tints of Paris Daisy #FEF452
RGB
CMYK
RGB Variations
Color information
#FEF452 (or 0xFEF452) is known color: Paris Daisy. HEX triplet: FE, F4 and 52. RGB value is (254,244,82). Sum of RGB (Red+Green+Blue) = 254+244+82=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 244 (95.70% from 255 or 42.07% from 580); Blue value is 82 (32.42% from 255 or 14.14% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF452 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF452 is #010BAD. Grayscale: #E5E5E5. Windows color (decimal): -68526 or 5436670. OLE color: 5436670.
HSL color Cylindrical-coordinate representation of color #FEF452: hue angle of 56.51º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FEF452 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 82 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.00 |
| HSL | 56.51º | 0.99% | 0.66% | - |
| HSV(B) | 56.51º | 0.68% | 1% | - |
| XYZ | 74.75 | 86.38 | 20.72 | - |
| YUV | 228.52 | 45.31 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 82 | 0 | 0.04 | 0.68 | 0.00 | 56.51 | 0.99 | 0.66 |
| Hex | FE | F4 | 52 | 0 | 4 | 44 | 0 | 39 | 63 | 42 |
| Octal | 376 | 364 | 122 | 0 | 4 | 104 | 0 | 71 | 143 | 102 |
| Binary | 11111110 | 11110100 | 1010010 | 0 | 100 | 1000100 | 0 | 111001 | 1100011 | 1000010 |
Color Harmonies of #FEF452
Complementary color
Monochromatic Colors of #FEF452
Black with #FEF452
Text Example
Text Example
White with #FEF452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF452; }
p { color: rgb(254,244,82); }
H1.HeaderClassName
{
color: #FEF452;
}
.AnyTagClassName
{
color: #FEF452;
}
</style>
background-color css
<style>
a { background-color: #FEF452; }
a { background-color: rgb(254,244,82); }
div.DivClassName
{
background-color: #FEF452;
}
.BgClassName
{
background-color: #FEF452;
}
</style>
border-color css
<style>
span { border-color: #FEF452; }
span { border-color: rgb(254,244,82); }
td.TdClassName
{
border-color: #FEF452;
}
.TagClassName
{
border-color: #FEF452;
}
</style>