Shades of Paris Daisy #FDEE42
Tints of Paris Daisy #FDEE42
RGB
CMYK
RGB Variations
Color information
#FDEE42 (or 0xFDEE42) is known color: Paris Daisy. HEX triplet: FD, EE and 42. RGB value is (253,238,66). Sum of RGB (Red+Green+Blue) = 253+238+66=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 66 (26.17% from 255 or 11.85% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEE42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEE42 is #0211BD. Grayscale: #DFDFDF. Windows color (decimal): -135614 or 4386557. OLE color: 4386557.
HSL color Cylindrical-coordinate representation of color #FDEE42: hue angle of 55.19º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FDEE42 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 238 | 66 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.01 |
| HSL | 55.19º | 0.98% | 0.63% | - |
| HSV(B) | 55.19º | 0.74% | 0.99% | - |
| XYZ | 72.07 | 82.43 | 17.27 | - |
| YUV | 222.88 | 39.47 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 238 | 66 | 0 | 0.06 | 0.74 | 0.01 | 55.19 | 0.98 | 0.63 |
| Hex | FD | EE | 42 | 0 | 6 | 4A | 1 | 37 | 62 | 3F |
| Octal | 375 | 356 | 102 | 0 | 6 | 112 | 1 | 67 | 142 | 77 |
| Binary | 11111101 | 11101110 | 1000010 | 0 | 110 | 1001010 | 1 | 110111 | 1100010 | 111111 |
Color Harmonies of #FDEE42
Complementary color
Monochromatic Colors of #FDEE42
Black with #FDEE42
Text Example
Text Example
White with #FDEE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEE42; }
p { color: rgb(253,238,66); }
H1.HeaderClassName
{
color: #FDEE42;
}
.AnyTagClassName
{
color: #FDEE42;
}
</style>
background-color css
<style>
a { background-color: #FDEE42; }
a { background-color: rgb(253,238,66); }
div.DivClassName
{
background-color: #FDEE42;
}
.BgClassName
{
background-color: #FDEE42;
}
</style>
border-color css
<style>
span { border-color: #FDEE42; }
span { border-color: rgb(253,238,66); }
td.TdClassName
{
border-color: #FDEE42;
}
.TagClassName
{
border-color: #FDEE42;
}
</style>