Shades of Paris Daisy #FDF952
Tints of Paris Daisy #FDF952
RGB
CMYK
RGB Variations
Color information
#FDF952 (or 0xFDF952) is known color: Paris Daisy. HEX triplet: FD, F9 and 52. RGB value is (253,249,82). Sum of RGB (Red+Green+Blue) = 253+249+82=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 82 (32.42% from 255 or 14.04% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF952 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF952 is #0206AD. Grayscale: #E7E7E7. Windows color (decimal): -132782 or 5437949. OLE color: 5437949.
HSL color Cylindrical-coordinate representation of color #FDF952: hue angle of 58.6º 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 #FDF952 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 82 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.01 |
| HSL | 58.6º | 0.98% | 0.66% | - |
| HSV(B) | 58.6º | 0.68% | 0.99% | - |
| XYZ | 75.91 | 89.24 | 21.21 | - |
| YUV | 231.16 | 43.83 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 82 | 0 | 0.02 | 0.68 | 0.01 | 58.6 | 0.98 | 0.66 |
| Hex | FD | F9 | 52 | 0 | 2 | 44 | 1 | 3B | 62 | 42 |
| Octal | 375 | 371 | 122 | 0 | 2 | 104 | 1 | 73 | 142 | 102 |
| Binary | 11111101 | 11111001 | 1010010 | 0 | 10 | 1000100 | 1 | 111011 | 1100010 | 1000010 |
Color Harmonies of #FDF952
Complementary color
Monochromatic Colors of #FDF952
Black with #FDF952
Text Example
Text Example
White with #FDF952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF952; }
p { color: rgb(253,249,82); }
H1.HeaderClassName
{
color: #FDF952;
}
.AnyTagClassName
{
color: #FDF952;
}
</style>
background-color css
<style>
a { background-color: #FDF952; }
a { background-color: rgb(253,249,82); }
div.DivClassName
{
background-color: #FDF952;
}
.BgClassName
{
background-color: #FDF952;
}
</style>
border-color css
<style>
span { border-color: #FDF952; }
span { border-color: rgb(253,249,82); }
td.TdClassName
{
border-color: #FDF952;
}
.TagClassName
{
border-color: #FDF952;
}
</style>