Shades of Paris Daisy #FDF351
Tints of Paris Daisy #FDF351
RGB
CMYK
RGB Variations
Color information
#FDF351 (or 0xFDF351) is known color: Paris Daisy. HEX triplet: FD, F3 and 51. RGB value is (253,243,81). Sum of RGB (Red+Green+Blue) = 253+243+81=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 243 (95.31% from 255 or 42.11% from 577); Blue value is 81 (32.03% from 255 or 14.04% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF351 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF351 is #020CAE. Grayscale: #E4E4E4. Windows color (decimal): -134319 or 5370877. OLE color: 5370877.
HSL color Cylindrical-coordinate representation of color #FDF351: hue angle of 56.51º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDF351 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 81 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.01 |
| HSL | 56.51º | 0.98% | 0.65% | - |
| HSV(B) | 56.51º | 0.68% | 0.99% | - |
| XYZ | 74.04 | 85.58 | 20.4 | - |
| YUV | 227.52 | 45.31 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 81 | 0 | 0.04 | 0.68 | 0.01 | 56.51 | 0.98 | 0.65 |
| Hex | FD | F3 | 51 | 0 | 4 | 44 | 1 | 39 | 62 | 41 |
| Octal | 375 | 363 | 121 | 0 | 4 | 104 | 1 | 71 | 142 | 101 |
| Binary | 11111101 | 11110011 | 1010001 | 0 | 100 | 1000100 | 1 | 111001 | 1100010 | 1000001 |
Color Harmonies of #FDF351
Complementary color
Monochromatic Colors of #FDF351
Black with #FDF351
Text Example
Text Example
White with #FDF351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF351; }
p { color: rgb(253,243,81); }
H1.HeaderClassName
{
color: #FDF351;
}
.AnyTagClassName
{
color: #FDF351;
}
</style>
background-color css
<style>
a { background-color: #FDF351; }
a { background-color: rgb(253,243,81); }
div.DivClassName
{
background-color: #FDF351;
}
.BgClassName
{
background-color: #FDF351;
}
</style>
border-color css
<style>
span { border-color: #FDF351; }
span { border-color: rgb(253,243,81); }
td.TdClassName
{
border-color: #FDF351;
}
.TagClassName
{
border-color: #FDF351;
}
</style>