Shades of Paris Daisy #FFFC45
Tints of Paris Daisy #FFFC45
RGB
CMYK
RGB Variations
Color information
#FFFC45 (or 0xFFFC45) is known color: Paris Daisy. HEX triplet: FF, FC and 45. RGB value is (255,252,69). Sum of RGB (Red+Green+Blue) = 255+252+69=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 252 (98.83% from 255 or 43.75% from 576); Blue value is 69 (27.34% from 255 or 11.98% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFC45 is #0003BA. Grayscale: #E8E8E8. Windows color (decimal): -955 or 4586751. OLE color: 4586751.
HSL color Cylindrical-coordinate representation of color #FFFC45: hue angle of 59.03º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFFC45 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 69 | - |
| CMYK | 0 | 0.01 | 0.73 | 0 |
| HSL | 59.03º | 1% | 0.64% | - |
| HSV(B) | 59.03º | 0.73% | 1% | - |
| XYZ | 77.12 | 91.31 | 19.19 | - |
| YUV | 232.04 | 35.99 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 69 | 0 | 0.01 | 0.73 | 0 | 59.03 | 1 | 0.64 |
| Hex | FF | FC | 45 | 0 | 1 | 49 | 0 | 3B | 64 | 40 |
| Octal | 377 | 374 | 105 | 0 | 1 | 111 | 0 | 73 | 144 | 100 |
| Binary | 11111111 | 11111100 | 1000101 | 0 | 1 | 1001001 | 0 | 111011 | 1100100 | 1000000 |
Color Harmonies of #FFFC45
Complementary color
Monochromatic Colors of #FFFC45
Black with #FFFC45
Text Example
Text Example
White with #FFFC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC45; }
p { color: rgb(255,252,69); }
H1.HeaderClassName
{
color: #FFFC45;
}
.AnyTagClassName
{
color: #FFFC45;
}
</style>
background-color css
<style>
a { background-color: #FFFC45; }
a { background-color: rgb(255,252,69); }
div.DivClassName
{
background-color: #FFFC45;
}
.BgClassName
{
background-color: #FFFC45;
}
</style>
border-color css
<style>
span { border-color: #FFFC45; }
span { border-color: rgb(255,252,69); }
td.TdClassName
{
border-color: #FFFC45;
}
.TagClassName
{
border-color: #FFFC45;
}
</style>