Shades of Paris Daisy #F5E653
Tints of Paris Daisy #F5E653
RGB
CMYK
RGB Variations
Color information
#F5E653 (or 0xF5E653) is known color: Paris Daisy. HEX triplet: F5, E6 and 53. RGB value is (245,230,83). Sum of RGB (Red+Green+Blue) = 245+230+83=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 230 (90.23% from 255 or 41.22% from 558); Blue value is 83 (32.81% from 255 or 14.87% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E653 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E653 is #0A19AC. Grayscale: #DADADA. Windows color (decimal): -661933 or 5498613. OLE color: 5498613.
HSL color Cylindrical-coordinate representation of color #F5E653: hue angle of 54.44º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F5E653 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 83 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.04 |
| HSL | 54.44º | 0.89% | 0.64% | - |
| HSV(B) | 54.44º | 0.66% | 0.96% | - |
| XYZ | 67.51 | 76.63 | 19.42 | - |
| YUV | 217.73 | 51.97 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 83 | 0 | 0.06 | 0.66 | 0.04 | 54.44 | 0.89 | 0.64 |
| Hex | F5 | E6 | 53 | 0 | 6 | 42 | 4 | 36 | 59 | 40 |
| Octal | 365 | 346 | 123 | 0 | 6 | 102 | 4 | 66 | 131 | 100 |
| Binary | 11110101 | 11100110 | 1010011 | 0 | 110 | 1000010 | 100 | 110110 | 1011001 | 1000000 |
Color Harmonies of #F5E653
Complementary color
Monochromatic Colors of #F5E653
Black with #F5E653
Text Example
Text Example
White with #F5E653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E653; }
p { color: rgb(245,230,83); }
H1.HeaderClassName
{
color: #F5E653;
}
.AnyTagClassName
{
color: #F5E653;
}
</style>
background-color css
<style>
a { background-color: #F5E653; }
a { background-color: rgb(245,230,83); }
div.DivClassName
{
background-color: #F5E653;
}
.BgClassName
{
background-color: #F5E653;
}
</style>
border-color css
<style>
span { border-color: #F5E653; }
span { border-color: rgb(245,230,83); }
td.TdClassName
{
border-color: #F5E653;
}
.TagClassName
{
border-color: #F5E653;
}
</style>