Shades of Paris Daisy #FEF349
Tints of Paris Daisy #FEF349
RGB
CMYK
RGB Variations
Color information
#FEF349 (or 0xFEF349) is known color: Paris Daisy. HEX triplet: FE, F3 and 49. RGB value is (254,243,73). Sum of RGB (Red+Green+Blue) = 254+243+73=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 243 (95.31% from 255 or 42.63% from 570); Blue value is 73 (28.91% from 255 or 12.81% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF349 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF349 is #010CB6. Grayscale: #E3E3E3. Windows color (decimal): -68791 or 4846590. OLE color: 4846590.
HSL color Cylindrical-coordinate representation of color #FEF349: hue angle of 56.35º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FEF349 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 73 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.00 |
| HSL | 56.35º | 0.99% | 0.64% | - |
| HSV(B) | 56.35º | 0.71% | 1% | - |
| XYZ | 74.13 | 85.65 | 18.93 | - |
| YUV | 226.91 | 41.14 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 73 | 0 | 0.04 | 0.71 | 0.00 | 56.35 | 0.99 | 0.64 |
| Hex | FE | F3 | 49 | 0 | 4 | 47 | 0 | 38 | 63 | 40 |
| Octal | 376 | 363 | 111 | 0 | 4 | 107 | 0 | 70 | 143 | 100 |
| Binary | 11111110 | 11110011 | 1001001 | 0 | 100 | 1000111 | 0 | 111000 | 1100011 | 1000000 |
Color Harmonies of #FEF349
Complementary color
Monochromatic Colors of #FEF349
Black with #FEF349
Text Example
Text Example
White with #FEF349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF349; }
p { color: rgb(254,243,73); }
H1.HeaderClassName
{
color: #FEF349;
}
.AnyTagClassName
{
color: #FEF349;
}
</style>
background-color css
<style>
a { background-color: #FEF349; }
a { background-color: rgb(254,243,73); }
div.DivClassName
{
background-color: #FEF349;
}
.BgClassName
{
background-color: #FEF349;
}
</style>
border-color css
<style>
span { border-color: #FEF349; }
span { border-color: rgb(254,243,73); }
td.TdClassName
{
border-color: #FEF349;
}
.TagClassName
{
border-color: #FEF349;
}
</style>