Shades of Paris Daisy #FDF953
Tints of Paris Daisy #FDF953
RGB
CMYK
RGB Variations
Color information
#FDF953 (or 0xFDF953) is known color: Paris Daisy. HEX triplet: FD, F9 and 53. RGB value is (253,249,83). Sum of RGB (Red+Green+Blue) = 253+249+83=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 83 (32.81% from 255 or 14.19% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF953 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF953 is #0206AC. Grayscale: #E7E7E7. Windows color (decimal): -132781 or 5503485. OLE color: 5503485.
HSL color Cylindrical-coordinate representation of color #FDF953: hue angle of 58.59º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FDF953 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 83 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.01 |
| HSL | 58.59º | 0.98% | 0.66% | - |
| HSV(B) | 58.59º | 0.67% | 0.99% | - |
| XYZ | 75.95 | 89.26 | 21.41 | - |
| YUV | 231.27 | 44.33 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 83 | 0 | 0.02 | 0.67 | 0.01 | 58.59 | 0.98 | 0.66 |
| Hex | FD | F9 | 53 | 0 | 2 | 43 | 1 | 3B | 62 | 42 |
| Octal | 375 | 371 | 123 | 0 | 2 | 103 | 1 | 73 | 142 | 102 |
| Binary | 11111101 | 11111001 | 1010011 | 0 | 10 | 1000011 | 1 | 111011 | 1100010 | 1000010 |
Color Harmonies of #FDF953
Complementary color
Monochromatic Colors of #FDF953
Black with #FDF953
Text Example
Text Example
White with #FDF953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF953; }
p { color: rgb(253,249,83); }
H1.HeaderClassName
{
color: #FDF953;
}
.AnyTagClassName
{
color: #FDF953;
}
</style>
background-color css
<style>
a { background-color: #FDF953; }
a { background-color: rgb(253,249,83); }
div.DivClassName
{
background-color: #FDF953;
}
.BgClassName
{
background-color: #FDF953;
}
</style>
border-color css
<style>
span { border-color: #FDF953; }
span { border-color: rgb(253,249,83); }
td.TdClassName
{
border-color: #FDF953;
}
.TagClassName
{
border-color: #FDF953;
}
</style>