Shades of Paris Daisy #FEF347
Tints of Paris Daisy #FEF347
RGB
CMYK
RGB Variations
Color information
#FEF347 (or 0xFEF347) is known color: Paris Daisy. HEX triplet: FE, F3 and 47. RGB value is (254,243,71). Sum of RGB (Red+Green+Blue) = 254+243+71=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 243 (95.31% from 255 or 42.78% from 568); Blue value is 71 (28.12% from 255 or 12.5% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF347 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF347 is #010CB8. Grayscale: #E3E3E3. Windows color (decimal): -68793 or 4715518. OLE color: 4715518.
HSL color Cylindrical-coordinate representation of color #FEF347: hue angle of 56.39º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FEF347 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 71 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.00 |
| HSL | 56.39º | 0.99% | 0.64% | - |
| HSV(B) | 56.39º | 0.72% | 1% | - |
| XYZ | 74.06 | 85.63 | 18.59 | - |
| YUV | 226.68 | 40.14 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 71 | 0 | 0.04 | 0.72 | 0.00 | 56.39 | 0.99 | 0.64 |
| Hex | FE | F3 | 47 | 0 | 4 | 48 | 0 | 38 | 63 | 40 |
| Octal | 376 | 363 | 107 | 0 | 4 | 110 | 0 | 70 | 143 | 100 |
| Binary | 11111110 | 11110011 | 1000111 | 0 | 100 | 1001000 | 0 | 111000 | 1100011 | 1000000 |
Color Harmonies of #FEF347
Complementary color
Monochromatic Colors of #FEF347
Black with #FEF347
Text Example
Text Example
White with #FEF347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF347; }
p { color: rgb(254,243,71); }
H1.HeaderClassName
{
color: #FEF347;
}
.AnyTagClassName
{
color: #FEF347;
}
</style>
background-color css
<style>
a { background-color: #FEF347; }
a { background-color: rgb(254,243,71); }
div.DivClassName
{
background-color: #FEF347;
}
.BgClassName
{
background-color: #FEF347;
}
</style>
border-color css
<style>
span { border-color: #FEF347; }
span { border-color: rgb(254,243,71); }
td.TdClassName
{
border-color: #FEF347;
}
.TagClassName
{
border-color: #FEF347;
}
</style>