Shades of Paris Daisy #F9E34B
Tints of Paris Daisy #F9E34B
RGB
CMYK
RGB Variations
Color information
#F9E34B (or 0xF9E34B) is known color: Paris Daisy. HEX triplet: F9, E3 and 4B. RGB value is (249,227,75). Sum of RGB (Red+Green+Blue) = 249+227+75=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 227 (89.06% from 255 or 41.20% from 551); Blue value is 75 (29.69% from 255 or 13.61% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E34B is #061CB4. Grayscale: #D8D8D8. Windows color (decimal): -400565 or 4973561. OLE color: 4973561.
HSL color Cylindrical-coordinate representation of color #F9E34B: hue angle of 52.41º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9E34B is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 227 | 75 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.02 |
| HSL | 52.41º | 0.94% | 0.64% | - |
| HSV(B) | 52.41º | 0.7% | 0.98% | - |
| XYZ | 67.81 | 75.59 | 17.67 | - |
| YUV | 216.25 | 48.29 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 227 | 75 | 0 | 0.09 | 0.70 | 0.02 | 52.41 | 0.94 | 0.64 |
| Hex | F9 | E3 | 4B | 0 | 9 | 46 | 2 | 34 | 5E | 40 |
| Octal | 371 | 343 | 113 | 0 | 11 | 106 | 2 | 64 | 136 | 100 |
| Binary | 11111001 | 11100011 | 1001011 | 0 | 1001 | 1000110 | 10 | 110100 | 1011110 | 1000000 |
Color Harmonies of #F9E34B
Complementary color
Monochromatic Colors of #F9E34B
Black with #F9E34B
Text Example
Text Example
White with #F9E34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E34B; }
p { color: rgb(249,227,75); }
H1.HeaderClassName
{
color: #F9E34B;
}
.AnyTagClassName
{
color: #F9E34B;
}
</style>
background-color css
<style>
a { background-color: #F9E34B; }
a { background-color: rgb(249,227,75); }
div.DivClassName
{
background-color: #F9E34B;
}
.BgClassName
{
background-color: #F9E34B;
}
</style>
border-color css
<style>
span { border-color: #F9E34B; }
span { border-color: rgb(249,227,75); }
td.TdClassName
{
border-color: #F9E34B;
}
.TagClassName
{
border-color: #F9E34B;
}
</style>