Shades of Paris Daisy #FDF244
Tints of Paris Daisy #FDF244
RGB
CMYK
RGB Variations
Color information
#FDF244 (or 0xFDF244) is known color: Paris Daisy. HEX triplet: FD, F2 and 44. RGB value is (253,242,68). Sum of RGB (Red+Green+Blue) = 253+242+68=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 68 (26.95% from 255 or 12.08% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF244 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF244 is #020DBB. Grayscale: #E2E2E2. Windows color (decimal): -134588 or 4518653. OLE color: 4518653.
HSL color Cylindrical-coordinate representation of color #FDF244: hue angle of 56.43º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FDF244 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 68 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.01 |
| HSL | 56.43º | 0.98% | 0.63% | - |
| HSV(B) | 56.43º | 0.73% | 0.99% | - |
| XYZ | 73.3 | 84.8 | 17.97 | - |
| YUV | 225.45 | 39.14 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 68 | 0 | 0.04 | 0.73 | 0.01 | 56.43 | 0.98 | 0.63 |
| Hex | FD | F2 | 44 | 0 | 4 | 49 | 1 | 38 | 62 | 3F |
| Octal | 375 | 362 | 104 | 0 | 4 | 111 | 1 | 70 | 142 | 77 |
| Binary | 11111101 | 11110010 | 1000100 | 0 | 100 | 1001001 | 1 | 111000 | 1100010 | 111111 |
Color Harmonies of #FDF244
Complementary color
Monochromatic Colors of #FDF244
Black with #FDF244
Text Example
Text Example
White with #FDF244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF244; }
p { color: rgb(253,242,68); }
H1.HeaderClassName
{
color: #FDF244;
}
.AnyTagClassName
{
color: #FDF244;
}
</style>
background-color css
<style>
a { background-color: #FDF244; }
a { background-color: rgb(253,242,68); }
div.DivClassName
{
background-color: #FDF244;
}
.BgClassName
{
background-color: #FDF244;
}
</style>
border-color css
<style>
span { border-color: #FDF244; }
span { border-color: rgb(253,242,68); }
td.TdClassName
{
border-color: #FDF244;
}
.TagClassName
{
border-color: #FDF244;
}
</style>