Shades of Paris Daisy #FDF949
Tints of Paris Daisy #FDF949
RGB
CMYK
RGB Variations
Color information
#FDF949 (or 0xFDF949) is known color: Paris Daisy. HEX triplet: FD, F9 and 49. RGB value is (253,249,73). Sum of RGB (Red+Green+Blue) = 253+249+73=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 73 (28.91% from 255 or 12.70% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF949 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF949 is #0206B6. Grayscale: #E6E6E6. Windows color (decimal): -132791 or 4848125. OLE color: 4848125.
HSL color Cylindrical-coordinate representation of color #FDF949: hue angle of 58.67º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FDF949 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 73 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.01 |
| HSL | 58.67º | 0.98% | 0.64% | - |
| HSV(B) | 58.67º | 0.71% | 0.99% | - |
| XYZ | 75.59 | 89.12 | 19.52 | - |
| YUV | 230.13 | 39.33 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 73 | 0 | 0.02 | 0.71 | 0.01 | 58.67 | 0.98 | 0.64 |
| Hex | FD | F9 | 49 | 0 | 2 | 47 | 1 | 3B | 62 | 40 |
| Octal | 375 | 371 | 111 | 0 | 2 | 107 | 1 | 73 | 142 | 100 |
| Binary | 11111101 | 11111001 | 1001001 | 0 | 10 | 1000111 | 1 | 111011 | 1100010 | 1000000 |
Color Harmonies of #FDF949
Complementary color
Monochromatic Colors of #FDF949
Black with #FDF949
Text Example
Text Example
White with #FDF949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF949; }
p { color: rgb(253,249,73); }
H1.HeaderClassName
{
color: #FDF949;
}
.AnyTagClassName
{
color: #FDF949;
}
</style>
background-color css
<style>
a { background-color: #FDF949; }
a { background-color: rgb(253,249,73); }
div.DivClassName
{
background-color: #FDF949;
}
.BgClassName
{
background-color: #FDF949;
}
</style>
border-color css
<style>
span { border-color: #FDF949; }
span { border-color: rgb(253,249,73); }
td.TdClassName
{
border-color: #FDF949;
}
.TagClassName
{
border-color: #FDF949;
}
</style>