Shades of Paris Daisy #FFFC42
Tints of Paris Daisy #FFFC42
RGB
CMYK
RGB Variations
Color information
#FFFC42 (or 0xFFFC42) is known color: Paris Daisy. HEX triplet: FF, FC and 42. RGB value is (255,252,66). Sum of RGB (Red+Green+Blue) = 255+252+66=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 252 (98.83% from 255 or 43.98% from 573); Blue value is 66 (26.17% from 255 or 11.52% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFC42 is #0003BD. Grayscale: #E8E8E8. Windows color (decimal): -958 or 4390143. OLE color: 4390143.
HSL color Cylindrical-coordinate representation of color #FFFC42: hue angle of 59.05º 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 #FFFC42 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 66 | - |
| CMYK | 0 | 0.01 | 0.74 | 0 |
| HSL | 59.05º | 1% | 0.63% | - |
| HSV(B) | 59.05º | 0.74% | 1% | - |
| XYZ | 77.03 | 91.27 | 18.71 | - |
| YUV | 231.69 | 34.49 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 66 | 0 | 0.01 | 0.74 | 0 | 59.05 | 1 | 0.63 |
| Hex | FF | FC | 42 | 0 | 1 | 4A | 0 | 3B | 64 | 3F |
| Octal | 377 | 374 | 102 | 0 | 1 | 112 | 0 | 73 | 144 | 77 |
| Binary | 11111111 | 11111100 | 1000010 | 0 | 1 | 1001010 | 0 | 111011 | 1100100 | 111111 |
Color Harmonies of #FFFC42
Complementary color
Monochromatic Colors of #FFFC42
Black with #FFFC42
Text Example
Text Example
White with #FFFC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC42; }
p { color: rgb(255,252,66); }
H1.HeaderClassName
{
color: #FFFC42;
}
.AnyTagClassName
{
color: #FFFC42;
}
</style>
background-color css
<style>
a { background-color: #FFFC42; }
a { background-color: rgb(255,252,66); }
div.DivClassName
{
background-color: #FFFC42;
}
.BgClassName
{
background-color: #FFFC42;
}
</style>
border-color css
<style>
span { border-color: #FFFC42; }
span { border-color: rgb(255,252,66); }
td.TdClassName
{
border-color: #FFFC42;
}
.TagClassName
{
border-color: #FFFC42;
}
</style>