Shades of Paris Daisy #FDF041
Tints of Paris Daisy #FDF041
RGB
CMYK
RGB Variations
Color information
#FDF041 (or 0xFDF041) is known color: Paris Daisy. HEX triplet: FD, F0 and 41. RGB value is (253,240,65). Sum of RGB (Red+Green+Blue) = 253+240+65=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 65 (25.78% from 255 or 11.65% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF041 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF041 is #020FBE. Grayscale: #E0E0E0. Windows color (decimal): -135103 or 4321533. OLE color: 4321533.
HSL color Cylindrical-coordinate representation of color #FDF041: hue angle of 55.85º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FDF041 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 65 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.01 |
| HSL | 55.85º | 0.98% | 0.62% | - |
| HSV(B) | 55.85º | 0.74% | 0.99% | - |
| XYZ | 72.62 | 83.58 | 17.31 | - |
| YUV | 223.94 | 38.31 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 65 | 0 | 0.05 | 0.74 | 0.01 | 55.85 | 0.98 | 0.62 |
| Hex | FD | F0 | 41 | 0 | 5 | 4A | 1 | 38 | 62 | 3E |
| Octal | 375 | 360 | 101 | 0 | 5 | 112 | 1 | 70 | 142 | 76 |
| Binary | 11111101 | 11110000 | 1000001 | 0 | 101 | 1001010 | 1 | 111000 | 1100010 | 111110 |
Color Harmonies of #FDF041
Complementary color
Monochromatic Colors of #FDF041
Black with #FDF041
Text Example
Text Example
White with #FDF041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF041; }
p { color: rgb(253,240,65); }
H1.HeaderClassName
{
color: #FDF041;
}
.AnyTagClassName
{
color: #FDF041;
}
</style>
background-color css
<style>
a { background-color: #FDF041; }
a { background-color: rgb(253,240,65); }
div.DivClassName
{
background-color: #FDF041;
}
.BgClassName
{
background-color: #FDF041;
}
</style>
border-color css
<style>
span { border-color: #FDF041; }
span { border-color: rgb(253,240,65); }
td.TdClassName
{
border-color: #FDF041;
}
.TagClassName
{
border-color: #FDF041;
}
</style>