Shades of Paris Daisy #FEF152
Tints of Paris Daisy #FEF152
RGB
CMYK
RGB Variations
Color information
#FEF152 (or 0xFEF152) is known color: Paris Daisy. HEX triplet: FE, F1 and 52. RGB value is (254,241,82). Sum of RGB (Red+Green+Blue) = 254+241+82=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 82 (32.42% from 255 or 14.21% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF152 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF152 is #010EAD. Grayscale: #E3E3E3. Windows color (decimal): -69294 or 5435902. OLE color: 5435902.
HSL color Cylindrical-coordinate representation of color #FEF152: hue angle of 55.47º 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 #FEF152 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 82 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.00 |
| HSL | 55.47º | 0.99% | 0.66% | - |
| HSV(B) | 55.47º | 0.68% | 1% | - |
| XYZ | 73.85 | 84.59 | 20.42 | - |
| YUV | 226.76 | 46.31 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 82 | 0 | 0.05 | 0.68 | 0.00 | 55.47 | 0.99 | 0.66 |
| Hex | FE | F1 | 52 | 0 | 5 | 44 | 0 | 37 | 63 | 42 |
| Octal | 376 | 361 | 122 | 0 | 5 | 104 | 0 | 67 | 143 | 102 |
| Binary | 11111110 | 11110001 | 1010010 | 0 | 101 | 1000100 | 0 | 110111 | 1100011 | 1000010 |
Color Harmonies of #FEF152
Complementary color
Monochromatic Colors of #FEF152
Black with #FEF152
Text Example
Text Example
White with #FEF152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF152; }
p { color: rgb(254,241,82); }
H1.HeaderClassName
{
color: #FEF152;
}
.AnyTagClassName
{
color: #FEF152;
}
</style>
background-color css
<style>
a { background-color: #FEF152; }
a { background-color: rgb(254,241,82); }
div.DivClassName
{
background-color: #FEF152;
}
.BgClassName
{
background-color: #FEF152;
}
</style>
border-color css
<style>
span { border-color: #FEF152; }
span { border-color: rgb(254,241,82); }
td.TdClassName
{
border-color: #FEF152;
}
.TagClassName
{
border-color: #FEF152;
}
</style>