Shades of Paris Daisy #FEF146
Tints of Paris Daisy #FEF146
RGB
CMYK
RGB Variations
Color information
#FEF146 (or 0xFEF146) is known color: Paris Daisy. HEX triplet: FE, F1 and 46. RGB value is (254,241,70). Sum of RGB (Red+Green+Blue) = 254+241+70=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 70 (27.73% from 255 or 12.39% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF146 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF146 is #010EB9. Grayscale: #E2E2E2. Windows color (decimal): -69306 or 4649470. OLE color: 4649470.
HSL color Cylindrical-coordinate representation of color #FEF146: hue angle of 55.76º 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 #FEF146 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 70 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.00 |
| HSL | 55.76º | 0.99% | 0.64% | - |
| HSV(B) | 55.76º | 0.72% | 1% | - |
| XYZ | 73.43 | 84.42 | 18.22 | - |
| YUV | 225.39 | 40.31 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 70 | 0 | 0.05 | 0.72 | 0.00 | 55.76 | 0.99 | 0.64 |
| Hex | FE | F1 | 46 | 0 | 5 | 48 | 0 | 38 | 63 | 40 |
| Octal | 376 | 361 | 106 | 0 | 5 | 110 | 0 | 70 | 143 | 100 |
| Binary | 11111110 | 11110001 | 1000110 | 0 | 101 | 1001000 | 0 | 111000 | 1100011 | 1000000 |
Color Harmonies of #FEF146
Complementary color
Monochromatic Colors of #FEF146
Black with #FEF146
Text Example
Text Example
White with #FEF146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF146; }
p { color: rgb(254,241,70); }
H1.HeaderClassName
{
color: #FEF146;
}
.AnyTagClassName
{
color: #FEF146;
}
</style>
background-color css
<style>
a { background-color: #FEF146; }
a { background-color: rgb(254,241,70); }
div.DivClassName
{
background-color: #FEF146;
}
.BgClassName
{
background-color: #FEF146;
}
</style>
border-color css
<style>
span { border-color: #FEF146; }
span { border-color: rgb(254,241,70); }
td.TdClassName
{
border-color: #FEF146;
}
.TagClassName
{
border-color: #FEF146;
}
</style>