Shades of Paris Daisy #FEF74A
Tints of Paris Daisy #FEF74A
RGB
CMYK
RGB Variations
Color information
#FEF74A (or 0xFEF74A) is known color: Paris Daisy. HEX triplet: FE, F7 and 4A. RGB value is (254,247,74). Sum of RGB (Red+Green+Blue) = 254+247+74=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 247 (96.88% from 255 or 42.96% from 575); Blue value is 74 (29.30% from 255 or 12.87% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF74A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF74A is #0108B5. Grayscale: #E6E6E6. Windows color (decimal): -67766 or 4913150. OLE color: 4913150.
HSL color Cylindrical-coordinate representation of color #FEF74A: hue angle of 57.67º 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 #FEF74A is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 74 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.00 |
| HSL | 57.67º | 0.99% | 0.64% | - |
| HSV(B) | 57.67º | 0.71% | 1% | - |
| XYZ | 75.37 | 88.09 | 19.51 | - |
| YUV | 229.37 | 40.32 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 74 | 0 | 0.03 | 0.71 | 0.00 | 57.67 | 0.99 | 0.64 |
| Hex | FE | F7 | 4A | 0 | 3 | 47 | 0 | 3A | 63 | 40 |
| Octal | 376 | 367 | 112 | 0 | 3 | 107 | 0 | 72 | 143 | 100 |
| Binary | 11111110 | 11110111 | 1001010 | 0 | 11 | 1000111 | 0 | 111010 | 1100011 | 1000000 |
Color Harmonies of #FEF74A
Complementary color
Monochromatic Colors of #FEF74A
Black with #FEF74A
Text Example
Text Example
White with #FEF74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF74A; }
p { color: rgb(254,247,74); }
H1.HeaderClassName
{
color: #FEF74A;
}
.AnyTagClassName
{
color: #FEF74A;
}
</style>
background-color css
<style>
a { background-color: #FEF74A; }
a { background-color: rgb(254,247,74); }
div.DivClassName
{
background-color: #FEF74A;
}
.BgClassName
{
background-color: #FEF74A;
}
</style>
border-color css
<style>
span { border-color: #FEF74A; }
span { border-color: rgb(254,247,74); }
td.TdClassName
{
border-color: #FEF74A;
}
.TagClassName
{
border-color: #FEF74A;
}
</style>