Shades of Paris Daisy #FDFC41
Tints of Paris Daisy #FDFC41
RGB
CMYK
RGB Variations
Color information
#FDFC41 (or 0xFDFC41) is known color: Paris Daisy. HEX triplet: FD, FC and 41. RGB value is (253,252,65). Sum of RGB (Red+Green+Blue) = 253+252+65=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 65 (25.78% from 255 or 11.40% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFC41 is #0203BE. Grayscale: #E7E7E7. Windows color (decimal): -132031 or 4324605. OLE color: 4324605.
HSL color Cylindrical-coordinate representation of color #FDFC41: hue angle of 59.68º 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 #FDFC41 is Cyan = 0, Magento = 0.00, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 65 | - |
| CMYK | 0 | 0.00 | 0.74 | 0.01 |
| HSL | 59.68º | 0.98% | 0.62% | - |
| HSV(B) | 59.68º | 0.74% | 0.99% | - |
| XYZ | 76.27 | 90.89 | 18.52 | - |
| YUV | 230.98 | 34.33 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 65 | 0 | 0.00 | 0.74 | 0.01 | 59.68 | 0.98 | 0.62 |
| Hex | FD | FC | 41 | 0 | 0 | 4A | 1 | 3C | 62 | 3E |
| Octal | 375 | 374 | 101 | 0 | 0 | 112 | 1 | 74 | 142 | 76 |
| Binary | 11111101 | 11111100 | 1000001 | 0 | 0 | 1001010 | 1 | 111100 | 1100010 | 111110 |
Color Harmonies of #FDFC41
Complementary color
Monochromatic Colors of #FDFC41
Black with #FDFC41
Text Example
Text Example
White with #FDFC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFC41; }
p { color: rgb(253,252,65); }
H1.HeaderClassName
{
color: #FDFC41;
}
.AnyTagClassName
{
color: #FDFC41;
}
</style>
background-color css
<style>
a { background-color: #FDFC41; }
a { background-color: rgb(253,252,65); }
div.DivClassName
{
background-color: #FDFC41;
}
.BgClassName
{
background-color: #FDFC41;
}
</style>
border-color css
<style>
span { border-color: #FDFC41; }
span { border-color: rgb(253,252,65); }
td.TdClassName
{
border-color: #FDFC41;
}
.TagClassName
{
border-color: #FDFC41;
}
</style>