Shades of Paris Daisy #FFFD42
Tints of Paris Daisy #FFFD42
RGB
CMYK
RGB Variations
Color information
#FFFD42 (or 0xFFFD42) is known color: Paris Daisy. HEX triplet: FF, FD and 42. RGB value is (255,253,66). Sum of RGB (Red+Green+Blue) = 255+253+66=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 253 (99.22% from 255 or 44.08% from 574); Blue value is 66 (26.17% from 255 or 11.50% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD42 is #0002BD. Grayscale: #E9E9E9. Windows color (decimal): -702 or 4390399. OLE color: 4390399.
HSL color Cylindrical-coordinate representation of color #FFFD42: hue angle of 59.37º 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 #FFFD42 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 66 | - |
| CMYK | 0 | 0.01 | 0.74 | 0 |
| HSL | 59.37º | 1% | 0.63% | - |
| HSV(B) | 59.37º | 0.74% | 1% | - |
| XYZ | 77.35 | 91.9 | 18.82 | - |
| YUV | 232.28 | 34.16 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 66 | 0 | 0.01 | 0.74 | 0 | 59.37 | 1 | 0.63 |
| Hex | FF | FD | 42 | 0 | 1 | 4A | 0 | 3B | 64 | 3F |
| Octal | 377 | 375 | 102 | 0 | 1 | 112 | 0 | 73 | 144 | 77 |
| Binary | 11111111 | 11111101 | 1000010 | 0 | 1 | 1001010 | 0 | 111011 | 1100100 | 111111 |
Color Harmonies of #FFFD42
Complementary color
Monochromatic Colors of #FFFD42
Black with #FFFD42
Text Example
Text Example
White with #FFFD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD42; }
p { color: rgb(255,253,66); }
H1.HeaderClassName
{
color: #FFFD42;
}
.AnyTagClassName
{
color: #FFFD42;
}
</style>
background-color css
<style>
a { background-color: #FFFD42; }
a { background-color: rgb(255,253,66); }
div.DivClassName
{
background-color: #FFFD42;
}
.BgClassName
{
background-color: #FFFD42;
}
</style>
border-color css
<style>
span { border-color: #FFFD42; }
span { border-color: rgb(255,253,66); }
td.TdClassName
{
border-color: #FFFD42;
}
.TagClassName
{
border-color: #FFFD42;
}
</style>