Shades of Paris Daisy #F6E045
Tints of Paris Daisy #F6E045
RGB
CMYK
RGB Variations
Color information
#F6E045 (or 0xF6E045) is known color: Paris Daisy. HEX triplet: F6, E0 and 45. RGB value is (246,224,69). Sum of RGB (Red+Green+Blue) = 246+224+69=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 69 (27.34% from 255 or 12.80% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6E045 is #091FBA. Grayscale: #D5D5D5. Windows color (decimal): -597947 or 4579574. OLE color: 4579574.
HSL color Cylindrical-coordinate representation of color #F6E045: hue angle of 52.54º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F6E045 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 224 | 69 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.04 |
| HSL | 52.54º | 0.91% | 0.62% | - |
| HSV(B) | 52.54º | 0.72% | 0.96% | - |
| XYZ | 65.74 | 73.33 | 16.32 | - |
| YUV | 212.91 | 46.79 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 224 | 69 | 0 | 0.09 | 0.72 | 0.04 | 52.54 | 0.91 | 0.62 |
| Hex | F6 | E0 | 45 | 0 | 9 | 48 | 4 | 35 | 5B | 3E |
| Octal | 366 | 340 | 105 | 0 | 11 | 110 | 4 | 65 | 133 | 76 |
| Binary | 11110110 | 11100000 | 1000101 | 0 | 1001 | 1001000 | 100 | 110101 | 1011011 | 111110 |
Color Harmonies of #F6E045
Complementary color
Monochromatic Colors of #F6E045
Black with #F6E045
Text Example
Text Example
White with #F6E045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E045; }
p { color: rgb(246,224,69); }
H1.HeaderClassName
{
color: #F6E045;
}
.AnyTagClassName
{
color: #F6E045;
}
</style>
background-color css
<style>
a { background-color: #F6E045; }
a { background-color: rgb(246,224,69); }
div.DivClassName
{
background-color: #F6E045;
}
.BgClassName
{
background-color: #F6E045;
}
</style>
border-color css
<style>
span { border-color: #F6E045; }
span { border-color: rgb(246,224,69); }
td.TdClassName
{
border-color: #F6E045;
}
.TagClassName
{
border-color: #F6E045;
}
</style>