Shades of Paris Daisy #FCF941
Tints of Paris Daisy #FCF941
RGB
CMYK
RGB Variations
Color information
#FCF941 (or 0xFCF941) is known color: Paris Daisy. HEX triplet: FC, F9 and 41. RGB value is (252,249,65). Sum of RGB (Red+Green+Blue) = 252+249+65=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 65 (25.78% from 255 or 11.48% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF941 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF941 is #0306BE. Grayscale: #E5E5E5. Windows color (decimal): -198335 or 4323836. OLE color: 4323836.
HSL color Cylindrical-coordinate representation of color #FCF941: hue angle of 59.04º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCF941 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 65 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.01 |
| HSL | 59.04º | 0.97% | 0.62% | - |
| HSV(B) | 59.04º | 0.74% | 0.99% | - |
| XYZ | 74.97 | 88.83 | 18.2 | - |
| YUV | 228.92 | 35.49 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 65 | 0 | 0.01 | 0.74 | 0.01 | 59.04 | 0.97 | 0.62 |
| Hex | FC | F9 | 41 | 0 | 1 | 4A | 1 | 3B | 61 | 3E |
| Octal | 374 | 371 | 101 | 0 | 1 | 112 | 1 | 73 | 141 | 76 |
| Binary | 11111100 | 11111001 | 1000001 | 0 | 1 | 1001010 | 1 | 111011 | 1100001 | 111110 |
Color Harmonies of #FCF941
Complementary color
Monochromatic Colors of #FCF941
Black with #FCF941
Text Example
Text Example
White with #FCF941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF941; }
p { color: rgb(252,249,65); }
H1.HeaderClassName
{
color: #FCF941;
}
.AnyTagClassName
{
color: #FCF941;
}
</style>
background-color css
<style>
a { background-color: #FCF941; }
a { background-color: rgb(252,249,65); }
div.DivClassName
{
background-color: #FCF941;
}
.BgClassName
{
background-color: #FCF941;
}
</style>
border-color css
<style>
span { border-color: #FCF941; }
span { border-color: rgb(252,249,65); }
td.TdClassName
{
border-color: #FCF941;
}
.TagClassName
{
border-color: #FCF941;
}
</style>