Shades of Paris Daisy #FCFF4B
Tints of Paris Daisy #FCFF4B
RGB
CMYK
RGB Variations
Color information
#FCFF4B (or 0xFCFF4B) is known color: Paris Daisy. HEX triplet: FC, FF and 4B. RGB value is (252,255,75). Sum of RGB (Red+Green+Blue) = 252+255+75=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 75 (29.69% from 255 or 12.89% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFF4B is #0300B4. Grayscale: #EAEAEA. Windows color (decimal): -196789 or 4980732. OLE color: 4980732.
HSL color Cylindrical-coordinate representation of color #FCFF4B: hue angle of 61º 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 #FCFF4B is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 75 | - |
| CMYK | 0.01 | 0 | 0.71 | 0 |
| HSL | 61º | 1% | 0.65% | - |
| HSV(B) | 61º | 0.71% | 1% | - |
| XYZ | 77.17 | 92.72 | 20.49 | - |
| YUV | 233.58 | 38.51 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 75 | 0.01 | 0 | 0.71 | 0 | 61 | 1 | 0.65 |
| Hex | FC | FF | 4B | 1 | 0 | 47 | 0 | 3D | 64 | 41 |
| Octal | 374 | 377 | 113 | 1 | 0 | 107 | 0 | 75 | 144 | 101 |
| Binary | 11111100 | 11111111 | 1001011 | 1 | 0 | 1000111 | 0 | 111101 | 1100100 | 1000001 |
Color Harmonies of #FCFF4B
Complementary color
Monochromatic Colors of #FCFF4B
Black with #FCFF4B
Text Example
Text Example
White with #FCFF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF4B; }
p { color: rgb(252,255,75); }
H1.HeaderClassName
{
color: #FCFF4B;
}
.AnyTagClassName
{
color: #FCFF4B;
}
</style>
background-color css
<style>
a { background-color: #FCFF4B; }
a { background-color: rgb(252,255,75); }
div.DivClassName
{
background-color: #FCFF4B;
}
.BgClassName
{
background-color: #FCFF4B;
}
</style>
border-color css
<style>
span { border-color: #FCFF4B; }
span { border-color: rgb(252,255,75); }
td.TdClassName
{
border-color: #FCFF4B;
}
.TagClassName
{
border-color: #FCFF4B;
}
</style>