Shades of Paris Daisy #FCFE4B
Tints of Paris Daisy #FCFE4B
RGB
CMYK
RGB Variations
Color information
#FCFE4B (or 0xFCFE4B) is known color: Paris Daisy. HEX triplet: FC, FE and 4B. RGB value is (252,254,75). Sum of RGB (Red+Green+Blue) = 252+254+75=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 75 (29.69% from 255 or 12.91% from 581); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFE4B is #0301B4. Grayscale: #E9E9E9. Windows color (decimal): -197045 or 4980476. OLE color: 4980476.
HSL color Cylindrical-coordinate representation of color #FCFE4B: hue angle of 60.67º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCFE4B is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 75 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.00 |
| HSL | 60.67º | 0.99% | 0.65% | - |
| HSV(B) | 60.67º | 0.7% | 1% | - |
| XYZ | 76.86 | 92.09 | 20.38 | - |
| YUV | 233 | 38.84 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 75 | 0.01 | 0 | 0.70 | 0.00 | 60.67 | 0.99 | 0.65 |
| Hex | FC | FE | 4B | 1 | 0 | 46 | 0 | 3D | 63 | 41 |
| Octal | 374 | 376 | 113 | 1 | 0 | 106 | 0 | 75 | 143 | 101 |
| Binary | 11111100 | 11111110 | 1001011 | 1 | 0 | 1000110 | 0 | 111101 | 1100011 | 1000001 |
Color Harmonies of #FCFE4B
Complementary color
Monochromatic Colors of #FCFE4B
Black with #FCFE4B
Text Example
Text Example
White with #FCFE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE4B; }
p { color: rgb(252,254,75); }
H1.HeaderClassName
{
color: #FCFE4B;
}
.AnyTagClassName
{
color: #FCFE4B;
}
</style>
background-color css
<style>
a { background-color: #FCFE4B; }
a { background-color: rgb(252,254,75); }
div.DivClassName
{
background-color: #FCFE4B;
}
.BgClassName
{
background-color: #FCFE4B;
}
</style>
border-color css
<style>
span { border-color: #FCFE4B; }
span { border-color: rgb(252,254,75); }
td.TdClassName
{
border-color: #FCFE4B;
}
.TagClassName
{
border-color: #FCFE4B;
}
</style>