Shades of Paris Daisy #F3E950
Tints of Paris Daisy #F3E950
RGB
CMYK
RGB Variations
Color information
#F3E950 (or 0xF3E950) is known color: Paris Daisy. HEX triplet: F3, E9 and 50. RGB value is (243,233,80). Sum of RGB (Red+Green+Blue) = 243+233+80=556 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.71% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 80 (31.64% from 255 or 14.39% from 556); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3E950 is #0C16AF. Grayscale: #DBDBDB. Windows color (decimal): -792240 or 5302771. OLE color: 5302771.
HSL color Cylindrical-coordinate representation of color #F3E950: hue angle of 56.32º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F3E950 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 233 | 80 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.05 |
| HSL | 56.32º | 0.87% | 0.63% | - |
| HSV(B) | 56.32º | 0.67% | 0.95% | - |
| XYZ | 67.55 | 77.91 | 19.07 | - |
| YUV | 218.55 | 49.81 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 233 | 80 | 0 | 0.04 | 0.67 | 0.05 | 56.32 | 0.87 | 0.63 |
| Hex | F3 | E9 | 50 | 0 | 4 | 43 | 5 | 38 | 57 | 3F |
| Octal | 363 | 351 | 120 | 0 | 4 | 103 | 5 | 70 | 127 | 77 |
| Binary | 11110011 | 11101001 | 1010000 | 0 | 100 | 1000011 | 101 | 111000 | 1010111 | 111111 |
Color Harmonies of #F3E950
Complementary color
Monochromatic Colors of #F3E950
Black with #F3E950
Text Example
Text Example
White with #F3E950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E950; }
p { color: rgb(243,233,80); }
H1.HeaderClassName
{
color: #F3E950;
}
.AnyTagClassName
{
color: #F3E950;
}
</style>
background-color css
<style>
a { background-color: #F3E950; }
a { background-color: rgb(243,233,80); }
div.DivClassName
{
background-color: #F3E950;
}
.BgClassName
{
background-color: #F3E950;
}
</style>
border-color css
<style>
span { border-color: #F3E950; }
span { border-color: rgb(243,233,80); }
td.TdClassName
{
border-color: #F3E950;
}
.TagClassName
{
border-color: #F3E950;
}
</style>