Shades of Paris Daisy #FEF34F
Tints of Paris Daisy #FEF34F
RGB
CMYK
RGB Variations
Color information
#FEF34F (or 0xFEF34F) is known color: Paris Daisy. HEX triplet: FE, F3 and 4F. RGB value is (254,243,79). Sum of RGB (Red+Green+Blue) = 254+243+79=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 243 (95.31% from 255 or 42.19% from 576); Blue value is 79 (31.25% from 255 or 13.72% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF34F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF34F is #010CB0. Grayscale: #E4E4E4. Windows color (decimal): -68785 or 5239806. OLE color: 5239806.
HSL color Cylindrical-coordinate representation of color #FEF34F: hue angle of 56.23º 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 #FEF34F is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 79 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.00 |
| HSL | 56.23º | 0.99% | 0.65% | - |
| HSV(B) | 56.23º | 0.69% | 1% | - |
| XYZ | 74.33 | 85.74 | 20.03 | - |
| YUV | 227.59 | 44.14 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 79 | 0 | 0.04 | 0.69 | 0.00 | 56.23 | 0.99 | 0.65 |
| Hex | FE | F3 | 4F | 0 | 4 | 45 | 0 | 38 | 63 | 41 |
| Octal | 376 | 363 | 117 | 0 | 4 | 105 | 0 | 70 | 143 | 101 |
| Binary | 11111110 | 11110011 | 1001111 | 0 | 100 | 1000101 | 0 | 111000 | 1100011 | 1000001 |
Color Harmonies of #FEF34F
Complementary color
Monochromatic Colors of #FEF34F
Black with #FEF34F
Text Example
Text Example
White with #FEF34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF34F; }
p { color: rgb(254,243,79); }
H1.HeaderClassName
{
color: #FEF34F;
}
.AnyTagClassName
{
color: #FEF34F;
}
</style>
background-color css
<style>
a { background-color: #FEF34F; }
a { background-color: rgb(254,243,79); }
div.DivClassName
{
background-color: #FEF34F;
}
.BgClassName
{
background-color: #FEF34F;
}
</style>
border-color css
<style>
span { border-color: #FEF34F; }
span { border-color: rgb(254,243,79); }
td.TdClassName
{
border-color: #FEF34F;
}
.TagClassName
{
border-color: #FEF34F;
}
</style>