Shades of Paris Daisy #FDF841
Tints of Paris Daisy #FDF841
RGB
CMYK
RGB Variations
Color information
#FDF841 (or 0xFDF841) is known color: Paris Daisy. HEX triplet: FD, F8 and 41. RGB value is (253,248,65). Sum of RGB (Red+Green+Blue) = 253+248+65=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 248 (97.27% from 255 or 43.82% from 566); Blue value is 65 (25.78% from 255 or 11.48% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF841 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF841 is #0207BE. Grayscale: #E5E5E5. Windows color (decimal): -133055 or 4323581. OLE color: 4323581.
HSL color Cylindrical-coordinate representation of color #FDF841: hue angle of 58.4º 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 #FDF841 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 65 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.01 |
| HSL | 58.4º | 0.98% | 0.62% | - |
| HSV(B) | 58.4º | 0.74% | 0.99% | - |
| XYZ | 75.03 | 88.4 | 18.11 | - |
| YUV | 228.63 | 35.66 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 65 | 0 | 0.02 | 0.74 | 0.01 | 58.4 | 0.98 | 0.62 |
| Hex | FD | F8 | 41 | 0 | 2 | 4A | 1 | 3A | 62 | 3E |
| Octal | 375 | 370 | 101 | 0 | 2 | 112 | 1 | 72 | 142 | 76 |
| Binary | 11111101 | 11111000 | 1000001 | 0 | 10 | 1001010 | 1 | 111010 | 1100010 | 111110 |
Color Harmonies of #FDF841
Complementary color
Monochromatic Colors of #FDF841
Black with #FDF841
Text Example
Text Example
White with #FDF841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF841; }
p { color: rgb(253,248,65); }
H1.HeaderClassName
{
color: #FDF841;
}
.AnyTagClassName
{
color: #FDF841;
}
</style>
background-color css
<style>
a { background-color: #FDF841; }
a { background-color: rgb(253,248,65); }
div.DivClassName
{
background-color: #FDF841;
}
.BgClassName
{
background-color: #FDF841;
}
</style>
border-color css
<style>
span { border-color: #FDF841; }
span { border-color: rgb(253,248,65); }
td.TdClassName
{
border-color: #FDF841;
}
.TagClassName
{
border-color: #FDF841;
}
</style>