Shades of Paris Daisy #FEF150
Tints of Paris Daisy #FEF150
RGB
CMYK
RGB Variations
Color information
#FEF150 (or 0xFEF150) is known color: Paris Daisy. HEX triplet: FE, F1 and 50. RGB value is (254,241,80). Sum of RGB (Red+Green+Blue) = 254+241+80=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 80 (31.64% from 255 or 13.91% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF150 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF150 is #010EAF. Grayscale: #E3E3E3. Windows color (decimal): -69296 or 5304830. OLE color: 5304830.
HSL color Cylindrical-coordinate representation of color #FEF150: hue angle of 55.52º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEF150 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 80 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.00 |
| HSL | 55.52º | 0.99% | 0.65% | - |
| HSV(B) | 55.52º | 0.69% | 1% | - |
| XYZ | 73.78 | 84.56 | 20.02 | - |
| YUV | 226.53 | 45.31 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 80 | 0 | 0.05 | 0.69 | 0.00 | 55.52 | 0.99 | 0.65 |
| Hex | FE | F1 | 50 | 0 | 5 | 45 | 0 | 38 | 63 | 41 |
| Octal | 376 | 361 | 120 | 0 | 5 | 105 | 0 | 70 | 143 | 101 |
| Binary | 11111110 | 11110001 | 1010000 | 0 | 101 | 1000101 | 0 | 111000 | 1100011 | 1000001 |
Color Harmonies of #FEF150
Complementary color
Monochromatic Colors of #FEF150
Black with #FEF150
Text Example
Text Example
White with #FEF150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF150; }
p { color: rgb(254,241,80); }
H1.HeaderClassName
{
color: #FEF150;
}
.AnyTagClassName
{
color: #FEF150;
}
</style>
background-color css
<style>
a { background-color: #FEF150; }
a { background-color: rgb(254,241,80); }
div.DivClassName
{
background-color: #FEF150;
}
.BgClassName
{
background-color: #FEF150;
}
</style>
border-color css
<style>
span { border-color: #FEF150; }
span { border-color: rgb(254,241,80); }
td.TdClassName
{
border-color: #FEF150;
}
.TagClassName
{
border-color: #FEF150;
}
</style>