Shades of Paris Daisy #FFFC4B
Tints of Paris Daisy #FFFC4B
RGB
CMYK
RGB Variations
Color information
#FFFC4B (or 0xFFFC4B) is known color: Paris Daisy. HEX triplet: FF, FC and 4B. RGB value is (255,252,75). Sum of RGB (Red+Green+Blue) = 255+252+75=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 75 (29.69% from 255 or 12.89% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFC4B is #0003B4. Grayscale: #E9E9E9. Windows color (decimal): -949 or 4979967. OLE color: 4979967.
HSL color Cylindrical-coordinate representation of color #FFFC4B: hue angle of 59º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFFC4B is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 75 | - |
| CMYK | 0 | 0.01 | 0.71 | 0 |
| HSL | 59º | 1% | 0.65% | - |
| HSV(B) | 59º | 0.71% | 1% | - |
| XYZ | 77.32 | 91.39 | 20.22 | - |
| YUV | 232.72 | 38.99 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 75 | 0 | 0.01 | 0.71 | 0 | 59 | 1 | 0.65 |
| Hex | FF | FC | 4B | 0 | 1 | 47 | 0 | 3B | 64 | 41 |
| Octal | 377 | 374 | 113 | 0 | 1 | 107 | 0 | 73 | 144 | 101 |
| Binary | 11111111 | 11111100 | 1001011 | 0 | 1 | 1000111 | 0 | 111011 | 1100100 | 1000001 |
Color Harmonies of #FFFC4B
Complementary color
Monochromatic Colors of #FFFC4B
Black with #FFFC4B
Text Example
Text Example
White with #FFFC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC4B; }
p { color: rgb(255,252,75); }
H1.HeaderClassName
{
color: #FFFC4B;
}
.AnyTagClassName
{
color: #FFFC4B;
}
</style>
background-color css
<style>
a { background-color: #FFFC4B; }
a { background-color: rgb(255,252,75); }
div.DivClassName
{
background-color: #FFFC4B;
}
.BgClassName
{
background-color: #FFFC4B;
}
</style>
border-color css
<style>
span { border-color: #FFFC4B; }
span { border-color: rgb(255,252,75); }
td.TdClassName
{
border-color: #FFFC4B;
}
.TagClassName
{
border-color: #FFFC4B;
}
</style>