Shades of Paris Daisy #FEFB4E
Tints of Paris Daisy #FEFB4E
RGB
CMYK
RGB Variations
Color information
#FEFB4E (or 0xFEFB4E) is known color: Paris Daisy. HEX triplet: FE, FB and 4E. RGB value is (254,251,78). Sum of RGB (Red+Green+Blue) = 254+251+78=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 78 (30.86% from 255 or 13.38% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFB4E is #0104B1. Grayscale: #E8E8E8. Windows color (decimal): -66738 or 5176318. OLE color: 5176318.
HSL color Cylindrical-coordinate representation of color #FEFB4E: hue angle of 58.98º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEFB4E is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 251 | 78 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.00 |
| HSL | 58.98º | 0.99% | 0.65% | - |
| HSV(B) | 58.98º | 0.69% | 1% | - |
| XYZ | 76.75 | 90.62 | 20.65 | - |
| YUV | 232.18 | 40.99 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 251 | 78 | 0 | 0.01 | 0.69 | 0.00 | 58.98 | 0.99 | 0.65 |
| Hex | FE | FB | 4E | 0 | 1 | 45 | 0 | 3B | 63 | 41 |
| Octal | 376 | 373 | 116 | 0 | 1 | 105 | 0 | 73 | 143 | 101 |
| Binary | 11111110 | 11111011 | 1001110 | 0 | 1 | 1000101 | 0 | 111011 | 1100011 | 1000001 |
Color Harmonies of #FEFB4E
Complementary color
Monochromatic Colors of #FEFB4E
Black with #FEFB4E
Text Example
Text Example
White with #FEFB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFB4E; }
p { color: rgb(254,251,78); }
H1.HeaderClassName
{
color: #FEFB4E;
}
.AnyTagClassName
{
color: #FEFB4E;
}
</style>
background-color css
<style>
a { background-color: #FEFB4E; }
a { background-color: rgb(254,251,78); }
div.DivClassName
{
background-color: #FEFB4E;
}
.BgClassName
{
background-color: #FEFB4E;
}
</style>
border-color css
<style>
span { border-color: #FEFB4E; }
span { border-color: rgb(254,251,78); }
td.TdClassName
{
border-color: #FEFB4E;
}
.TagClassName
{
border-color: #FEFB4E;
}
</style>