Shades of Paris Daisy #FDFF42
Tints of Paris Daisy #FDFF42
RGB
CMYK
RGB Variations
Color information
#FDFF42 (or 0xFDFF42) is known color: Paris Daisy. HEX triplet: FD, FF and 42. RGB value is (253,255,66). Sum of RGB (Red+Green+Blue) = 253+255+66=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 66 (26.17% from 255 or 11.50% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFF42 is #0200BD. Grayscale: #E9E9E9. Windows color (decimal): -131262 or 4390909. OLE color: 4390909.
HSL color Cylindrical-coordinate representation of color #FDFF42: hue angle of 60.63º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FDFF42 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 66 | - |
| CMYK | 0.01 | 0 | 0.74 | 0 |
| HSL | 60.63º | 1% | 0.63% | - |
| HSV(B) | 60.63º | 0.74% | 1% | - |
| XYZ | 77.25 | 92.8 | 18.99 | - |
| YUV | 232.86 | 33.84 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 66 | 0.01 | 0 | 0.74 | 0 | 60.63 | 1 | 0.63 |
| Hex | FD | FF | 42 | 1 | 0 | 4A | 0 | 3D | 64 | 3F |
| Octal | 375 | 377 | 102 | 1 | 0 | 112 | 0 | 75 | 144 | 77 |
| Binary | 11111101 | 11111111 | 1000010 | 1 | 0 | 1001010 | 0 | 111101 | 1100100 | 111111 |
Color Harmonies of #FDFF42
Complementary color
Monochromatic Colors of #FDFF42
Black with #FDFF42
Text Example
Text Example
White with #FDFF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF42; }
p { color: rgb(253,255,66); }
H1.HeaderClassName
{
color: #FDFF42;
}
.AnyTagClassName
{
color: #FDFF42;
}
</style>
background-color css
<style>
a { background-color: #FDFF42; }
a { background-color: rgb(253,255,66); }
div.DivClassName
{
background-color: #FDFF42;
}
.BgClassName
{
background-color: #FDFF42;
}
</style>
border-color css
<style>
span { border-color: #FDFF42; }
span { border-color: rgb(253,255,66); }
td.TdClassName
{
border-color: #FDFF42;
}
.TagClassName
{
border-color: #FDFF42;
}
</style>