Shades of Paris Daisy #F3E352
Tints of Paris Daisy #F3E352
RGB
CMYK
RGB Variations
Color information
#F3E352 (or 0xF3E352) is known color: Paris Daisy. HEX triplet: F3, E3 and 52. RGB value is (243,227,82). Sum of RGB (Red+Green+Blue) = 243+227+82=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 227 (89.06% from 255 or 41.12% from 552); Blue value is 82 (32.42% from 255 or 14.86% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3E352 is #0C1CAD. Grayscale: #D7D7D7. Windows color (decimal): -793774 or 5432307. OLE color: 5432307.
HSL color Cylindrical-coordinate representation of color #F3E352: hue angle of 54.04º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F3E352 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 227 | 82 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.05 |
| HSL | 54.04º | 0.87% | 0.64% | - |
| HSV(B) | 54.04º | 0.66% | 0.95% | - |
| XYZ | 65.95 | 74.6 | 18.91 | - |
| YUV | 215.25 | 52.8 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 227 | 82 | 0 | 0.07 | 0.66 | 0.05 | 54.04 | 0.87 | 0.64 |
| Hex | F3 | E3 | 52 | 0 | 7 | 42 | 5 | 36 | 57 | 40 |
| Octal | 363 | 343 | 122 | 0 | 7 | 102 | 5 | 66 | 127 | 100 |
| Binary | 11110011 | 11100011 | 1010010 | 0 | 111 | 1000010 | 101 | 110110 | 1010111 | 1000000 |
Color Harmonies of #F3E352
Complementary color
Monochromatic Colors of #F3E352
Black with #F3E352
Text Example
Text Example
White with #F3E352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E352; }
p { color: rgb(243,227,82); }
H1.HeaderClassName
{
color: #F3E352;
}
.AnyTagClassName
{
color: #F3E352;
}
</style>
background-color css
<style>
a { background-color: #F3E352; }
a { background-color: rgb(243,227,82); }
div.DivClassName
{
background-color: #F3E352;
}
.BgClassName
{
background-color: #F3E352;
}
</style>
border-color css
<style>
span { border-color: #F3E352; }
span { border-color: rgb(243,227,82); }
td.TdClassName
{
border-color: #F3E352;
}
.TagClassName
{
border-color: #F3E352;
}
</style>