Shades of Paris Daisy #FEF340
Tints of Paris Daisy #FEF340
RGB
CMYK
RGB Variations
Color information
#FEF340 (or 0xFEF340) is known color: Paris Daisy. HEX triplet: FE, F3 and 40. RGB value is (254,243,64). Sum of RGB (Red+Green+Blue) = 254+243+64=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 64 (25.39% from 255 or 11.41% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF340 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF340 is #010CBF. Grayscale: #E2E2E2. Windows color (decimal): -68800 or 4256766. OLE color: 4256766.
HSL color Cylindrical-coordinate representation of color #FEF340: hue angle of 56.53º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEF340 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 64 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.00 |
| HSL | 56.53º | 0.99% | 0.62% | - |
| HSV(B) | 56.53º | 0.75% | 1% | - |
| XYZ | 73.85 | 85.54 | 17.47 | - |
| YUV | 225.88 | 36.64 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 64 | 0 | 0.04 | 0.75 | 0.00 | 56.53 | 0.99 | 0.62 |
| Hex | FE | F3 | 40 | 0 | 4 | 4B | 0 | 39 | 63 | 3E |
| Octal | 376 | 363 | 100 | 0 | 4 | 113 | 0 | 71 | 143 | 76 |
| Binary | 11111110 | 11110011 | 1000000 | 0 | 100 | 1001011 | 0 | 111001 | 1100011 | 111110 |
Color Harmonies of #FEF340
Complementary color
Monochromatic Colors of #FEF340
Black with #FEF340
Text Example
Text Example
White with #FEF340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF340; }
p { color: rgb(254,243,64); }
H1.HeaderClassName
{
color: #FEF340;
}
.AnyTagClassName
{
color: #FEF340;
}
</style>
background-color css
<style>
a { background-color: #FEF340; }
a { background-color: rgb(254,243,64); }
div.DivClassName
{
background-color: #FEF340;
}
.BgClassName
{
background-color: #FEF340;
}
</style>
border-color css
<style>
span { border-color: #FEF340; }
span { border-color: rgb(254,243,64); }
td.TdClassName
{
border-color: #FEF340;
}
.TagClassName
{
border-color: #FEF340;
}
</style>