Shades of Paris Daisy #FCEE4B
Tints of Paris Daisy #FCEE4B
RGB
CMYK
RGB Variations
Color information
#FCEE4B (or 0xFCEE4B) is known color: Paris Daisy. HEX triplet: FC, EE and 4B. RGB value is (252,238,75). Sum of RGB (Red+Green+Blue) = 252+238+75=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 75 (29.69% from 255 or 13.27% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEE4B is #0311B4. Grayscale: #E0E0E0. Windows color (decimal): -201141 or 4976380. OLE color: 4976380.
HSL color Cylindrical-coordinate representation of color #FCEE4B: hue angle of 55.25º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCEE4B is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 75 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.01 |
| HSL | 55.25º | 0.97% | 0.64% | - |
| HSV(B) | 55.25º | 0.7% | 0.99% | - |
| XYZ | 71.99 | 82.35 | 18.76 | - |
| YUV | 223.6 | 44.14 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 75 | 0 | 0.06 | 0.70 | 0.01 | 55.25 | 0.97 | 0.64 |
| Hex | FC | EE | 4B | 0 | 6 | 46 | 1 | 37 | 61 | 40 |
| Octal | 374 | 356 | 113 | 0 | 6 | 106 | 1 | 67 | 141 | 100 |
| Binary | 11111100 | 11101110 | 1001011 | 0 | 110 | 1000110 | 1 | 110111 | 1100001 | 1000000 |
Color Harmonies of #FCEE4B
Complementary color
Monochromatic Colors of #FCEE4B
Black with #FCEE4B
Text Example
Text Example
White with #FCEE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEE4B; }
p { color: rgb(252,238,75); }
H1.HeaderClassName
{
color: #FCEE4B;
}
.AnyTagClassName
{
color: #FCEE4B;
}
</style>
background-color css
<style>
a { background-color: #FCEE4B; }
a { background-color: rgb(252,238,75); }
div.DivClassName
{
background-color: #FCEE4B;
}
.BgClassName
{
background-color: #FCEE4B;
}
</style>
border-color css
<style>
span { border-color: #FCEE4B; }
span { border-color: rgb(252,238,75); }
td.TdClassName
{
border-color: #FCEE4B;
}
.TagClassName
{
border-color: #FCEE4B;
}
</style>