Shades of Paris Daisy #F5F53E
Tints of Paris Daisy #F5F53E
RGB
CMYK
RGB Variations
Color information
#F5F53E (or 0xF5F53E) is known color: Paris Daisy. HEX triplet: F5, F5 and 3E. RGB value is (245,245,62). Sum of RGB (Red+Green+Blue) = 245+245+62=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 245 (96.09% from 255 or 44.38% from 552); Blue value is 62 (24.61% from 255 or 11.23% from 552); Max value from RGB is 245 - color contains mainly: red, green. Hex color #F5F53E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F53E is #0A0AC1. Grayscale: #E0E0E0. Windows color (decimal): -658114 or 4126197. OLE color: 4126197.
HSL color Cylindrical-coordinate representation of color #F5F53E: hue angle of 60º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5F53E is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 245 | 62 | - |
| CMYK | 0 | 0 | 0.75 | 0.04 |
| HSL | 60º | 0.9% | 0.6% | - |
| HSV(B) | 60º | 0.75% | 0.96% | - |
| XYZ | 71.18 | 85.07 | 17.23 | - |
| YUV | 224.14 | 36.5 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 245 | 62 | 0 | 0 | 0.75 | 0.04 | 60 | 0.9 | 0.6 |
| Hex | F5 | F5 | 3E | 0 | 0 | 4B | 4 | 3C | 5A | 3C |
| Octal | 365 | 365 | 76 | 0 | 0 | 113 | 4 | 74 | 132 | 74 |
| Binary | 11110101 | 11110101 | 111110 | 0 | 0 | 1001011 | 100 | 111100 | 1011010 | 111100 |
Color Harmonies of #F5F53E
Complementary color
Monochromatic Colors of #F5F53E
Black with #F5F53E
Text Example
Text Example
White with #F5F53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F53E; }
p { color: rgb(245,245,62); }
H1.HeaderClassName
{
color: #F5F53E;
}
.AnyTagClassName
{
color: #F5F53E;
}
</style>
background-color css
<style>
a { background-color: #F5F53E; }
a { background-color: rgb(245,245,62); }
div.DivClassName
{
background-color: #F5F53E;
}
.BgClassName
{
background-color: #F5F53E;
}
</style>
border-color css
<style>
span { border-color: #F5F53E; }
span { border-color: rgb(245,245,62); }
td.TdClassName
{
border-color: #F5F53E;
}
.TagClassName
{
border-color: #F5F53E;
}
</style>