Shades of Paris Daisy #FEF34D
Tints of Paris Daisy #FEF34D
RGB
CMYK
RGB Variations
Color information
#FEF34D (or 0xFEF34D) is known color: Paris Daisy. HEX triplet: FE, F3 and 4D. RGB value is (254,243,77). Sum of RGB (Red+Green+Blue) = 254+243+77=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 243 (95.31% from 255 or 42.33% from 574); Blue value is 77 (30.47% from 255 or 13.41% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF34D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF34D is #010CB2. Grayscale: #E4E4E4. Windows color (decimal): -68787 or 5108734. OLE color: 5108734.
HSL color Cylindrical-coordinate representation of color #FEF34D: hue angle of 56.27º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEF34D is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 77 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.00 |
| HSL | 56.27º | 0.99% | 0.65% | - |
| HSV(B) | 56.27º | 0.7% | 1% | - |
| XYZ | 74.26 | 85.71 | 19.65 | - |
| YUV | 227.37 | 43.14 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 77 | 0 | 0.04 | 0.70 | 0.00 | 56.27 | 0.99 | 0.65 |
| Hex | FE | F3 | 4D | 0 | 4 | 46 | 0 | 38 | 63 | 41 |
| Octal | 376 | 363 | 115 | 0 | 4 | 106 | 0 | 70 | 143 | 101 |
| Binary | 11111110 | 11110011 | 1001101 | 0 | 100 | 1000110 | 0 | 111000 | 1100011 | 1000001 |
Color Harmonies of #FEF34D
Complementary color
Monochromatic Colors of #FEF34D
Black with #FEF34D
Text Example
Text Example
White with #FEF34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF34D; }
p { color: rgb(254,243,77); }
H1.HeaderClassName
{
color: #FEF34D;
}
.AnyTagClassName
{
color: #FEF34D;
}
</style>
background-color css
<style>
a { background-color: #FEF34D; }
a { background-color: rgb(254,243,77); }
div.DivClassName
{
background-color: #FEF34D;
}
.BgClassName
{
background-color: #FEF34D;
}
</style>
border-color css
<style>
span { border-color: #FEF34D; }
span { border-color: rgb(254,243,77); }
td.TdClassName
{
border-color: #FEF34D;
}
.TagClassName
{
border-color: #FEF34D;
}
</style>