Shades of Paris Daisy #FEF74B
Tints of Paris Daisy #FEF74B
RGB
CMYK
RGB Variations
Color information
#FEF74B (or 0xFEF74B) is known color: Paris Daisy. HEX triplet: FE, F7 and 4B. RGB value is (254,247,75). Sum of RGB (Red+Green+Blue) = 254+247+75=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 247 (96.88% from 255 or 42.88% from 576); Blue value is 75 (29.69% from 255 or 13.02% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF74B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF74B is #0108B4. Grayscale: #E6E6E6. Windows color (decimal): -67765 or 4978686. OLE color: 4978686.
HSL color Cylindrical-coordinate representation of color #FEF74B: hue angle of 57.65º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEF74B is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 75 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.00 |
| HSL | 57.65º | 0.99% | 0.65% | - |
| HSV(B) | 57.65º | 0.7% | 1% | - |
| XYZ | 75.4 | 88.1 | 19.69 | - |
| YUV | 229.49 | 40.82 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 75 | 0 | 0.03 | 0.70 | 0.00 | 57.65 | 0.99 | 0.65 |
| Hex | FE | F7 | 4B | 0 | 3 | 46 | 0 | 3A | 63 | 41 |
| Octal | 376 | 367 | 113 | 0 | 3 | 106 | 0 | 72 | 143 | 101 |
| Binary | 11111110 | 11110111 | 1001011 | 0 | 11 | 1000110 | 0 | 111010 | 1100011 | 1000001 |
Color Harmonies of #FEF74B
Complementary color
Monochromatic Colors of #FEF74B
Black with #FEF74B
Text Example
Text Example
White with #FEF74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF74B; }
p { color: rgb(254,247,75); }
H1.HeaderClassName
{
color: #FEF74B;
}
.AnyTagClassName
{
color: #FEF74B;
}
</style>
background-color css
<style>
a { background-color: #FEF74B; }
a { background-color: rgb(254,247,75); }
div.DivClassName
{
background-color: #FEF74B;
}
.BgClassName
{
background-color: #FEF74B;
}
</style>
border-color css
<style>
span { border-color: #FEF74B; }
span { border-color: rgb(254,247,75); }
td.TdClassName
{
border-color: #FEF74B;
}
.TagClassName
{
border-color: #FEF74B;
}
</style>