Shades of Paris Daisy #F2F045
Tints of Paris Daisy #F2F045
RGB
CMYK
RGB Variations
Color information
#F2F045 (or 0xF2F045) is known color: Paris Daisy. HEX triplet: F2, F0 and 45. RGB value is (242,240,69). Sum of RGB (Red+Green+Blue) = 242+240+69=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 69 (27.34% from 255 or 12.52% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F045 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F045 is #0D0FBA. Grayscale: #DDDDDD. Windows color (decimal): -855995 or 4583666. OLE color: 4583666.
HSL color Cylindrical-coordinate representation of color #F2F045: hue angle of 59.31º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2F045 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 69 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.05 |
| HSL | 59.31º | 0.87% | 0.61% | - |
| HSV(B) | 59.31º | 0.71% | 0.95% | - |
| XYZ | 68.85 | 81.63 | 17.76 | - |
| YUV | 221.1 | 42.16 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 69 | 0 | 0.01 | 0.71 | 0.05 | 59.31 | 0.87 | 0.61 |
| Hex | F2 | F0 | 45 | 0 | 1 | 47 | 5 | 3B | 57 | 3D |
| Octal | 362 | 360 | 105 | 0 | 1 | 107 | 5 | 73 | 127 | 75 |
| Binary | 11110010 | 11110000 | 1000101 | 0 | 1 | 1000111 | 101 | 111011 | 1010111 | 111101 |
Color Harmonies of #F2F045
Complementary color
Monochromatic Colors of #F2F045
Black with #F2F045
Text Example
Text Example
White with #F2F045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F045; }
p { color: rgb(242,240,69); }
H1.HeaderClassName
{
color: #F2F045;
}
.AnyTagClassName
{
color: #F2F045;
}
</style>
background-color css
<style>
a { background-color: #F2F045; }
a { background-color: rgb(242,240,69); }
div.DivClassName
{
background-color: #F2F045;
}
.BgClassName
{
background-color: #F2F045;
}
</style>
border-color css
<style>
span { border-color: #F2F045; }
span { border-color: rgb(242,240,69); }
td.TdClassName
{
border-color: #F2F045;
}
.TagClassName
{
border-color: #F2F045;
}
</style>