Shades of Paris Daisy #F9F14E
Tints of Paris Daisy #F9F14E
RGB
CMYK
RGB Variations
Color information
#F9F14E (or 0xF9F14E) is known color: Paris Daisy. HEX triplet: F9, F1 and 4E. RGB value is (249,241,78). Sum of RGB (Red+Green+Blue) = 249+241+78=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 78 (30.86% from 255 or 13.73% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F14E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F14E is #060EB1. Grayscale: #E1E1E1. Windows color (decimal): -396978 or 5173753. OLE color: 5173753.
HSL color Cylindrical-coordinate representation of color #F9F14E: hue angle of 57.19º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F9F14E is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 241 | 78 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.02 |
| HSL | 57.19º | 0.93% | 0.64% | - |
| HSV(B) | 57.19º | 0.69% | 0.98% | - |
| XYZ | 71.9 | 83.6 | 19.55 | - |
| YUV | 224.81 | 45.15 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 241 | 78 | 0 | 0.03 | 0.69 | 0.02 | 57.19 | 0.93 | 0.64 |
| Hex | F9 | F1 | 4E | 0 | 3 | 45 | 2 | 39 | 5D | 40 |
| Octal | 371 | 361 | 116 | 0 | 3 | 105 | 2 | 71 | 135 | 100 |
| Binary | 11111001 | 11110001 | 1001110 | 0 | 11 | 1000101 | 10 | 111001 | 1011101 | 1000000 |
Color Harmonies of #F9F14E
Complementary color
Monochromatic Colors of #F9F14E
Black with #F9F14E
Text Example
Text Example
White with #F9F14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F14E; }
p { color: rgb(249,241,78); }
H1.HeaderClassName
{
color: #F9F14E;
}
.AnyTagClassName
{
color: #F9F14E;
}
</style>
background-color css
<style>
a { background-color: #F9F14E; }
a { background-color: rgb(249,241,78); }
div.DivClassName
{
background-color: #F9F14E;
}
.BgClassName
{
background-color: #F9F14E;
}
</style>
border-color css
<style>
span { border-color: #F9F14E; }
span { border-color: rgb(249,241,78); }
td.TdClassName
{
border-color: #F9F14E;
}
.TagClassName
{
border-color: #F9F14E;
}
</style>