Shades of Paris Daisy #FEEB42
Tints of Paris Daisy #FEEB42
RGB
CMYK
RGB Variations
Color information
#FEEB42 (or 0xFEEB42) is known color: Paris Daisy. HEX triplet: FE, EB and 42. RGB value is (254,235,66). Sum of RGB (Red+Green+Blue) = 254+235+66=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 66 (26.17% from 255 or 11.89% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEB42 is #0114BD. Grayscale: #DEDEDE. Windows color (decimal): -70846 or 4385790. OLE color: 4385790.
HSL color Cylindrical-coordinate representation of color #FEEB42: hue angle of 53.94º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FEEB42 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 66 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.00 |
| HSL | 53.94º | 0.99% | 0.63% | - |
| HSV(B) | 53.94º | 0.74% | 1% | - |
| XYZ | 71.56 | 80.88 | 16.99 | - |
| YUV | 221.42 | 40.29 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 66 | 0 | 0.07 | 0.74 | 0.00 | 53.94 | 0.99 | 0.63 |
| Hex | FE | EB | 42 | 0 | 7 | 4A | 0 | 36 | 63 | 3F |
| Octal | 376 | 353 | 102 | 0 | 7 | 112 | 0 | 66 | 143 | 77 |
| Binary | 11111110 | 11101011 | 1000010 | 0 | 111 | 1001010 | 0 | 110110 | 1100011 | 111111 |
Color Harmonies of #FEEB42
Complementary color
Monochromatic Colors of #FEEB42
Black with #FEEB42
Text Example
Text Example
White with #FEEB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEB42; }
p { color: rgb(254,235,66); }
H1.HeaderClassName
{
color: #FEEB42;
}
.AnyTagClassName
{
color: #FEEB42;
}
</style>
background-color css
<style>
a { background-color: #FEEB42; }
a { background-color: rgb(254,235,66); }
div.DivClassName
{
background-color: #FEEB42;
}
.BgClassName
{
background-color: #FEEB42;
}
</style>
border-color css
<style>
span { border-color: #FEEB42; }
span { border-color: rgb(254,235,66); }
td.TdClassName
{
border-color: #FEEB42;
}
.TagClassName
{
border-color: #FEEB42;
}
</style>