Shades of Paris Daisy #FEF54B
Tints of Paris Daisy #FEF54B
RGB
CMYK
RGB Variations
Color information
#FEF54B (or 0xFEF54B) is known color: Paris Daisy. HEX triplet: FE, F5 and 4B. RGB value is (254,245,75). Sum of RGB (Red+Green+Blue) = 254+245+75=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 245 (96.09% from 255 or 42.68% from 574); Blue value is 75 (29.69% from 255 or 13.07% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF54B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF54B is #010AB4. Grayscale: #E5E5E5. Windows color (decimal): -68277 or 4978174. OLE color: 4978174.
HSL color Cylindrical-coordinate representation of color #FEF54B: hue angle of 56.98º 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 #FEF54B is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 75 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.00 |
| HSL | 56.98º | 0.99% | 0.65% | - |
| HSV(B) | 56.98º | 0.7% | 1% | - |
| XYZ | 74.8 | 86.88 | 19.48 | - |
| YUV | 228.31 | 41.48 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 75 | 0 | 0.04 | 0.70 | 0.00 | 56.98 | 0.99 | 0.65 |
| Hex | FE | F5 | 4B | 0 | 4 | 46 | 0 | 39 | 63 | 41 |
| Octal | 376 | 365 | 113 | 0 | 4 | 106 | 0 | 71 | 143 | 101 |
| Binary | 11111110 | 11110101 | 1001011 | 0 | 100 | 1000110 | 0 | 111001 | 1100011 | 1000001 |
Color Harmonies of #FEF54B
Complementary color
Monochromatic Colors of #FEF54B
Black with #FEF54B
Text Example
Text Example
White with #FEF54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF54B; }
p { color: rgb(254,245,75); }
H1.HeaderClassName
{
color: #FEF54B;
}
.AnyTagClassName
{
color: #FEF54B;
}
</style>
background-color css
<style>
a { background-color: #FEF54B; }
a { background-color: rgb(254,245,75); }
div.DivClassName
{
background-color: #FEF54B;
}
.BgClassName
{
background-color: #FEF54B;
}
</style>
border-color css
<style>
span { border-color: #FEF54B; }
span { border-color: rgb(254,245,75); }
td.TdClassName
{
border-color: #FEF54B;
}
.TagClassName
{
border-color: #FEF54B;
}
</style>