Shades of Paris Daisy #FEF952
Tints of Paris Daisy #FEF952
RGB
CMYK
RGB Variations
Color information
#FEF952 (or 0xFEF952) is known color: Paris Daisy. HEX triplet: FE, F9 and 52. RGB value is (254,249,82). Sum of RGB (Red+Green+Blue) = 254+249+82=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 82 (32.42% from 255 or 14.02% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF952 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF952 is #0106AD. Grayscale: #E8E8E8. Windows color (decimal): -67246 or 5437950. OLE color: 5437950.
HSL color Cylindrical-coordinate representation of color #FEF952: hue angle of 58.26º 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 #FEF952 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 82 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.00 |
| HSL | 58.26º | 0.99% | 0.66% | - |
| HSV(B) | 58.26º | 0.68% | 1% | - |
| XYZ | 76.27 | 89.43 | 21.22 | - |
| YUV | 231.46 | 43.66 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 82 | 0 | 0.02 | 0.68 | 0.00 | 58.26 | 0.99 | 0.66 |
| Hex | FE | F9 | 52 | 0 | 2 | 44 | 0 | 3A | 63 | 42 |
| Octal | 376 | 371 | 122 | 0 | 2 | 104 | 0 | 72 | 143 | 102 |
| Binary | 11111110 | 11111001 | 1010010 | 0 | 10 | 1000100 | 0 | 111010 | 1100011 | 1000010 |
Color Harmonies of #FEF952
Complementary color
Monochromatic Colors of #FEF952
Black with #FEF952
Text Example
Text Example
White with #FEF952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF952; }
p { color: rgb(254,249,82); }
H1.HeaderClassName
{
color: #FEF952;
}
.AnyTagClassName
{
color: #FEF952;
}
</style>
background-color css
<style>
a { background-color: #FEF952; }
a { background-color: rgb(254,249,82); }
div.DivClassName
{
background-color: #FEF952;
}
.BgClassName
{
background-color: #FEF952;
}
</style>
border-color css
<style>
span { border-color: #FEF952; }
span { border-color: rgb(254,249,82); }
td.TdClassName
{
border-color: #FEF952;
}
.TagClassName
{
border-color: #FEF952;
}
</style>