Shades of Paris Daisy #F5FE3A
Tints of Paris Daisy #F5FE3A
RGB
CMYK
RGB Variations
Color information
#F5FE3A (or 0xF5FE3A) is known color: Paris Daisy. HEX triplet: F5, FE and 3A. RGB value is (245,254,58). Sum of RGB (Red+Green+Blue) = 245+254+58=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 58 (23.05% from 255 or 10.41% from 557); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FE3A is #0A01C5. Grayscale: #E5E5E5. Windows color (decimal): -655814 or 3866357. OLE color: 3866357.
HSL color Cylindrical-coordinate representation of color #F5FE3A: hue angle of 62.76º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F5FE3A is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 58 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.00 |
| HSL | 62.76º | 0.99% | 0.61% | - |
| HSV(B) | 62.76º | 0.77% | 1% | - |
| XYZ | 73.86 | 90.6 | 17.6 | - |
| YUV | 228.97 | 31.52 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 58 | 0.04 | 0 | 0.77 | 0.00 | 62.76 | 0.99 | 0.61 |
| Hex | F5 | FE | 3A | 4 | 0 | 4D | 0 | 3F | 63 | 3D |
| Octal | 365 | 376 | 72 | 4 | 0 | 115 | 0 | 77 | 143 | 75 |
| Binary | 11110101 | 11111110 | 111010 | 100 | 0 | 1001101 | 0 | 111111 | 1100011 | 111101 |
Color Harmonies of #F5FE3A
Complementary color
Monochromatic Colors of #F5FE3A
Black with #F5FE3A
Text Example
Text Example
White with #F5FE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FE3A; }
p { color: rgb(245,254,58); }
H1.HeaderClassName
{
color: #F5FE3A;
}
.AnyTagClassName
{
color: #F5FE3A;
}
</style>
background-color css
<style>
a { background-color: #F5FE3A; }
a { background-color: rgb(245,254,58); }
div.DivClassName
{
background-color: #F5FE3A;
}
.BgClassName
{
background-color: #F5FE3A;
}
</style>
border-color css
<style>
span { border-color: #F5FE3A; }
span { border-color: rgb(245,254,58); }
td.TdClassName
{
border-color: #F5FE3A;
}
.TagClassName
{
border-color: #F5FE3A;
}
</style>