Shades of Paris Daisy #F3E14C
Tints of Paris Daisy #F3E14C
RGB
CMYK
RGB Variations
Color information
#F3E14C (or 0xF3E14C) is known color: Paris Daisy. HEX triplet: F3, E1 and 4C. RGB value is (243,225,76). Sum of RGB (Red+Green+Blue) = 243+225+76=544 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.67% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 76 (30.08% from 255 or 13.97% from 544); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3E14C is #0C1EB3. Grayscale: #D6D6D6. Windows color (decimal): -794292 or 5038579. OLE color: 5038579.
HSL color Cylindrical-coordinate representation of color #F3E14C: hue angle of 53.53º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F3E14C is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 225 | 76 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.05 |
| HSL | 53.53º | 0.87% | 0.63% | - |
| HSV(B) | 53.53º | 0.69% | 0.95% | - |
| XYZ | 65.19 | 73.43 | 17.57 | - |
| YUV | 213.4 | 50.46 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 225 | 76 | 0 | 0.07 | 0.69 | 0.05 | 53.53 | 0.87 | 0.63 |
| Hex | F3 | E1 | 4C | 0 | 7 | 45 | 5 | 36 | 57 | 3F |
| Octal | 363 | 341 | 114 | 0 | 7 | 105 | 5 | 66 | 127 | 77 |
| Binary | 11110011 | 11100001 | 1001100 | 0 | 111 | 1000101 | 101 | 110110 | 1010111 | 111111 |
Color Harmonies of #F3E14C
Complementary color
Monochromatic Colors of #F3E14C
Black with #F3E14C
Text Example
Text Example
White with #F3E14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E14C; }
p { color: rgb(243,225,76); }
H1.HeaderClassName
{
color: #F3E14C;
}
.AnyTagClassName
{
color: #F3E14C;
}
</style>
background-color css
<style>
a { background-color: #F3E14C; }
a { background-color: rgb(243,225,76); }
div.DivClassName
{
background-color: #F3E14C;
}
.BgClassName
{
background-color: #F3E14C;
}
</style>
border-color css
<style>
span { border-color: #F3E14C; }
span { border-color: rgb(243,225,76); }
td.TdClassName
{
border-color: #F3E14C;
}
.TagClassName
{
border-color: #F3E14C;
}
</style>