Shades of Paris Daisy #FEF250
Tints of Paris Daisy #FEF250
RGB
CMYK
RGB Variations
Color information
#FEF250 (or 0xFEF250) is known color: Paris Daisy. HEX triplet: FE, F2 and 50. RGB value is (254,242,80). Sum of RGB (Red+Green+Blue) = 254+242+80=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 80 (31.64% from 255 or 13.89% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF250 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF250 is #010DAF. Grayscale: #E3E3E3. Windows color (decimal): -69040 or 5305086. OLE color: 5305086.
HSL color Cylindrical-coordinate representation of color #FEF250: hue angle of 55.86º 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 #FEF250 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 80 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.00 |
| HSL | 55.86º | 0.99% | 0.65% | - |
| HSV(B) | 55.86º | 0.69% | 1% | - |
| XYZ | 74.07 | 85.15 | 20.12 | - |
| YUV | 227.12 | 44.98 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 80 | 0 | 0.05 | 0.69 | 0.00 | 55.86 | 0.99 | 0.65 |
| Hex | FE | F2 | 50 | 0 | 5 | 45 | 0 | 38 | 63 | 41 |
| Octal | 376 | 362 | 120 | 0 | 5 | 105 | 0 | 70 | 143 | 101 |
| Binary | 11111110 | 11110010 | 1010000 | 0 | 101 | 1000101 | 0 | 111000 | 1100011 | 1000001 |
Color Harmonies of #FEF250
Complementary color
Monochromatic Colors of #FEF250
Black with #FEF250
Text Example
Text Example
White with #FEF250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF250; }
p { color: rgb(254,242,80); }
H1.HeaderClassName
{
color: #FEF250;
}
.AnyTagClassName
{
color: #FEF250;
}
</style>
background-color css
<style>
a { background-color: #FEF250; }
a { background-color: rgb(254,242,80); }
div.DivClassName
{
background-color: #FEF250;
}
.BgClassName
{
background-color: #FEF250;
}
</style>
border-color css
<style>
span { border-color: #FEF250; }
span { border-color: rgb(254,242,80); }
td.TdClassName
{
border-color: #FEF250;
}
.TagClassName
{
border-color: #FEF250;
}
</style>