Shades of Paris Daisy #FDF652
Tints of Paris Daisy #FDF652
RGB
CMYK
RGB Variations
Color information
#FDF652 (or 0xFDF652) is known color: Paris Daisy. HEX triplet: FD, F6 and 52. RGB value is (253,246,82). Sum of RGB (Red+Green+Blue) = 253+246+82=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 246 (96.48% from 255 or 42.34% from 581); Blue value is 82 (32.42% from 255 or 14.11% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF652 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF652 is #0209AD. Grayscale: #E6E6E6. Windows color (decimal): -133550 or 5437181. OLE color: 5437181.
HSL color Cylindrical-coordinate representation of color #FDF652: hue angle of 57.54º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDF652 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 82 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.01 |
| HSL | 57.54º | 0.98% | 0.66% | - |
| HSV(B) | 57.54º | 0.68% | 0.99% | - |
| XYZ | 74.99 | 87.4 | 20.9 | - |
| YUV | 229.4 | 44.82 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 82 | 0 | 0.03 | 0.68 | 0.01 | 57.54 | 0.98 | 0.66 |
| Hex | FD | F6 | 52 | 0 | 3 | 44 | 1 | 3A | 62 | 42 |
| Octal | 375 | 366 | 122 | 0 | 3 | 104 | 1 | 72 | 142 | 102 |
| Binary | 11111101 | 11110110 | 1010010 | 0 | 11 | 1000100 | 1 | 111010 | 1100010 | 1000010 |
Color Harmonies of #FDF652
Complementary color
Monochromatic Colors of #FDF652
Black with #FDF652
Text Example
Text Example
White with #FDF652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF652; }
p { color: rgb(253,246,82); }
H1.HeaderClassName
{
color: #FDF652;
}
.AnyTagClassName
{
color: #FDF652;
}
</style>
background-color css
<style>
a { background-color: #FDF652; }
a { background-color: rgb(253,246,82); }
div.DivClassName
{
background-color: #FDF652;
}
.BgClassName
{
background-color: #FDF652;
}
</style>
border-color css
<style>
span { border-color: #FDF652; }
span { border-color: rgb(253,246,82); }
td.TdClassName
{
border-color: #FDF652;
}
.TagClassName
{
border-color: #FDF652;
}
</style>