Shades of Paris Daisy #FDE64B
Tints of Paris Daisy #FDE64B
RGB
CMYK
RGB Variations
Color information
#FDE64B (or 0xFDE64B) is known color: Paris Daisy. HEX triplet: FD, E6 and 4B. RGB value is (253,230,75). Sum of RGB (Red+Green+Blue) = 253+230+75=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 230 (90.23% from 255 or 41.22% from 558); Blue value is 75 (29.69% from 255 or 13.44% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE64B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE64B is #0219B4. Grayscale: #DBDBDB. Windows color (decimal): -137653 or 4974333. OLE color: 4974333.
HSL color Cylindrical-coordinate representation of color #FDE64B: hue angle of 52.25º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDE64B is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 75 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.01 |
| HSL | 52.25º | 0.98% | 0.64% | - |
| HSV(B) | 52.25º | 0.7% | 0.99% | - |
| XYZ | 70.07 | 77.98 | 18.02 | - |
| YUV | 219.21 | 46.62 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 75 | 0 | 0.09 | 0.70 | 0.01 | 52.25 | 0.98 | 0.64 |
| Hex | FD | E6 | 4B | 0 | 9 | 46 | 1 | 34 | 62 | 40 |
| Octal | 375 | 346 | 113 | 0 | 11 | 106 | 1 | 64 | 142 | 100 |
| Binary | 11111101 | 11100110 | 1001011 | 0 | 1001 | 1000110 | 1 | 110100 | 1100010 | 1000000 |
Color Harmonies of #FDE64B
Complementary color
Monochromatic Colors of #FDE64B
Black with #FDE64B
Text Example
Text Example
White with #FDE64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE64B; }
p { color: rgb(253,230,75); }
H1.HeaderClassName
{
color: #FDE64B;
}
.AnyTagClassName
{
color: #FDE64B;
}
</style>
background-color css
<style>
a { background-color: #FDE64B; }
a { background-color: rgb(253,230,75); }
div.DivClassName
{
background-color: #FDE64B;
}
.BgClassName
{
background-color: #FDE64B;
}
</style>
border-color css
<style>
span { border-color: #FDE64B; }
span { border-color: rgb(253,230,75); }
td.TdClassName
{
border-color: #FDE64B;
}
.TagClassName
{
border-color: #FDE64B;
}
</style>