Shades of Paris Daisy #FDF253
Tints of Paris Daisy #FDF253
RGB
CMYK
RGB Variations
Color information
#FDF253 (or 0xFDF253) is known color: Paris Daisy. HEX triplet: FD, F2 and 53. RGB value is (253,242,83). Sum of RGB (Red+Green+Blue) = 253+242+83=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 83 (32.81% from 255 or 14.36% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF253 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF253 is #020DAC. Grayscale: #E3E3E3. Windows color (decimal): -134573 or 5501693. OLE color: 5501693.
HSL color Cylindrical-coordinate representation of color #FDF253: hue angle of 56.12º 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 #FDF253 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 83 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.01 |
| HSL | 56.12º | 0.98% | 0.66% | - |
| HSV(B) | 56.12º | 0.67% | 0.99% | - |
| XYZ | 73.82 | 85.01 | 20.7 | - |
| YUV | 227.16 | 46.64 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 83 | 0 | 0.04 | 0.67 | 0.01 | 56.12 | 0.98 | 0.66 |
| Hex | FD | F2 | 53 | 0 | 4 | 43 | 1 | 38 | 62 | 42 |
| Octal | 375 | 362 | 123 | 0 | 4 | 103 | 1 | 70 | 142 | 102 |
| Binary | 11111101 | 11110010 | 1010011 | 0 | 100 | 1000011 | 1 | 111000 | 1100010 | 1000010 |
Color Harmonies of #FDF253
Complementary color
Monochromatic Colors of #FDF253
Black with #FDF253
Text Example
Text Example
White with #FDF253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF253; }
p { color: rgb(253,242,83); }
H1.HeaderClassName
{
color: #FDF253;
}
.AnyTagClassName
{
color: #FDF253;
}
</style>
background-color css
<style>
a { background-color: #FDF253; }
a { background-color: rgb(253,242,83); }
div.DivClassName
{
background-color: #FDF253;
}
.BgClassName
{
background-color: #FDF253;
}
</style>
border-color css
<style>
span { border-color: #FDF253; }
span { border-color: rgb(253,242,83); }
td.TdClassName
{
border-color: #FDF253;
}
.TagClassName
{
border-color: #FDF253;
}
</style>