Shades of Paris Daisy #F7F14C
Tints of Paris Daisy #F7F14C
RGB
CMYK
RGB Variations
Color information
#F7F14C (or 0xF7F14C) is known color: Paris Daisy. HEX triplet: F7, F1 and 4C. RGB value is (247,241,76). Sum of RGB (Red+Green+Blue) = 247+241+76=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 76 (30.08% from 255 or 13.48% from 564); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F14C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7F14C is #080EB3. Grayscale: #E0E0E0. Windows color (decimal): -528052 or 5042679. OLE color: 5042679.
HSL color Cylindrical-coordinate representation of color #F7F14C: hue angle of 57.89º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F7F14C is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 241 | 76 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.03 |
| HSL | 57.89º | 0.91% | 0.63% | - |
| HSV(B) | 57.89º | 0.69% | 0.97% | - |
| XYZ | 71.12 | 83.21 | 19.15 | - |
| YUV | 223.98 | 44.49 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 241 | 76 | 0 | 0.02 | 0.69 | 0.03 | 57.89 | 0.91 | 0.63 |
| Hex | F7 | F1 | 4C | 0 | 2 | 45 | 3 | 3A | 5B | 3F |
| Octal | 367 | 361 | 114 | 0 | 2 | 105 | 3 | 72 | 133 | 77 |
| Binary | 11110111 | 11110001 | 1001100 | 0 | 10 | 1000101 | 11 | 111010 | 1011011 | 111111 |
Color Harmonies of #F7F14C
Complementary color
Monochromatic Colors of #F7F14C
Black with #F7F14C
Text Example
Text Example
White with #F7F14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F14C; }
p { color: rgb(247,241,76); }
H1.HeaderClassName
{
color: #F7F14C;
}
.AnyTagClassName
{
color: #F7F14C;
}
</style>
background-color css
<style>
a { background-color: #F7F14C; }
a { background-color: rgb(247,241,76); }
div.DivClassName
{
background-color: #F7F14C;
}
.BgClassName
{
background-color: #F7F14C;
}
</style>
border-color css
<style>
span { border-color: #F7F14C; }
span { border-color: rgb(247,241,76); }
td.TdClassName
{
border-color: #F7F14C;
}
.TagClassName
{
border-color: #F7F14C;
}
</style>