Shades of Paris Daisy #F5ED4B
Tints of Paris Daisy #F5ED4B
RGB
CMYK
RGB Variations
Color information
#F5ED4B (or 0xF5ED4B) is known color: Paris Daisy. HEX triplet: F5, ED and 4B. RGB value is (245,237,75). Sum of RGB (Red+Green+Blue) = 245+237+75=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 75 (29.69% from 255 or 13.46% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5ED4B is #0A12B4. Grayscale: #DDDDDD. Windows color (decimal): -660149 or 4976117. OLE color: 4976117.
HSL color Cylindrical-coordinate representation of color #F5ED4B: hue angle of 57.18º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5ED4B is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 75 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.04 |
| HSL | 57.18º | 0.89% | 0.63% | - |
| HSV(B) | 57.18º | 0.69% | 0.96% | - |
| XYZ | 69.21 | 80.49 | 18.54 | - |
| YUV | 220.92 | 45.65 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 75 | 0 | 0.03 | 0.69 | 0.04 | 57.18 | 0.89 | 0.63 |
| Hex | F5 | ED | 4B | 0 | 3 | 45 | 4 | 39 | 59 | 3F |
| Octal | 365 | 355 | 113 | 0 | 3 | 105 | 4 | 71 | 131 | 77 |
| Binary | 11110101 | 11101101 | 1001011 | 0 | 11 | 1000101 | 100 | 111001 | 1011001 | 111111 |
Color Harmonies of #F5ED4B
Complementary color
Monochromatic Colors of #F5ED4B
Black with #F5ED4B
Text Example
Text Example
White with #F5ED4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ED4B; }
p { color: rgb(245,237,75); }
H1.HeaderClassName
{
color: #F5ED4B;
}
.AnyTagClassName
{
color: #F5ED4B;
}
</style>
background-color css
<style>
a { background-color: #F5ED4B; }
a { background-color: rgb(245,237,75); }
div.DivClassName
{
background-color: #F5ED4B;
}
.BgClassName
{
background-color: #F5ED4B;
}
</style>
border-color css
<style>
span { border-color: #F5ED4B; }
span { border-color: rgb(245,237,75); }
td.TdClassName
{
border-color: #F5ED4B;
}
.TagClassName
{
border-color: #F5ED4B;
}
</style>