Shades of Paris Daisy #FDF542
Tints of Paris Daisy #FDF542
RGB
CMYK
RGB Variations
Color information
#FDF542 (or 0xFDF542) is known color: Paris Daisy. HEX triplet: FD, F5 and 42. RGB value is (253,245,66). Sum of RGB (Red+Green+Blue) = 253+245+66=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 245 (96.09% from 255 or 43.44% from 564); Blue value is 66 (26.17% from 255 or 11.70% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF542 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF542 is #020ABD. Grayscale: #E3E3E3. Windows color (decimal): -133822 or 4388349. OLE color: 4388349.
HSL color Cylindrical-coordinate representation of color #FDF542: hue angle of 57.43º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FDF542 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 66 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.01 |
| HSL | 57.43º | 0.98% | 0.63% | - |
| HSV(B) | 57.43º | 0.74% | 0.99% | - |
| XYZ | 74.14 | 86.58 | 17.96 | - |
| YUV | 226.99 | 37.15 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 66 | 0 | 0.03 | 0.74 | 0.01 | 57.43 | 0.98 | 0.63 |
| Hex | FD | F5 | 42 | 0 | 3 | 4A | 1 | 39 | 62 | 3F |
| Octal | 375 | 365 | 102 | 0 | 3 | 112 | 1 | 71 | 142 | 77 |
| Binary | 11111101 | 11110101 | 1000010 | 0 | 11 | 1001010 | 1 | 111001 | 1100010 | 111111 |
Color Harmonies of #FDF542
Complementary color
Monochromatic Colors of #FDF542
Black with #FDF542
Text Example
Text Example
White with #FDF542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF542; }
p { color: rgb(253,245,66); }
H1.HeaderClassName
{
color: #FDF542;
}
.AnyTagClassName
{
color: #FDF542;
}
</style>
background-color css
<style>
a { background-color: #FDF542; }
a { background-color: rgb(253,245,66); }
div.DivClassName
{
background-color: #FDF542;
}
.BgClassName
{
background-color: #FDF542;
}
</style>
border-color css
<style>
span { border-color: #FDF542; }
span { border-color: rgb(253,245,66); }
td.TdClassName
{
border-color: #FDF542;
}
.TagClassName
{
border-color: #FDF542;
}
</style>