Shades of Paris Daisy #F5FE4A
Tints of Paris Daisy #F5FE4A
RGB
CMYK
RGB Variations
Color information
#F5FE4A (or 0xF5FE4A) is known color: Paris Daisy. HEX triplet: F5, FE and 4A. RGB value is (245,254,74). Sum of RGB (Red+Green+Blue) = 245+254+74=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 254 (99.61% from 255 or 44.33% from 573); Blue value is 74 (29.30% from 255 or 12.91% from 573); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FE4A is #0A01B5. Grayscale: #E7E7E7. Windows color (decimal): -655798 or 4914933. OLE color: 4914933.
HSL color Cylindrical-coordinate representation of color #F5FE4A: hue angle of 63º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5FE4A is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 74 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.00 |
| HSL | 63º | 0.99% | 0.64% | - |
| HSV(B) | 63º | 0.71% | 1% | - |
| XYZ | 74.33 | 90.79 | 20.09 | - |
| YUV | 230.79 | 39.52 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 74 | 0.04 | 0 | 0.71 | 0.00 | 63 | 0.99 | 0.64 |
| Hex | F5 | FE | 4A | 4 | 0 | 47 | 0 | 3F | 63 | 40 |
| Octal | 365 | 376 | 112 | 4 | 0 | 107 | 0 | 77 | 143 | 100 |
| Binary | 11110101 | 11111110 | 1001010 | 100 | 0 | 1000111 | 0 | 111111 | 1100011 | 1000000 |
Color Harmonies of #F5FE4A
Complementary color
Monochromatic Colors of #F5FE4A
Black with #F5FE4A
Text Example
Text Example
White with #F5FE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FE4A; }
p { color: rgb(245,254,74); }
H1.HeaderClassName
{
color: #F5FE4A;
}
.AnyTagClassName
{
color: #F5FE4A;
}
</style>
background-color css
<style>
a { background-color: #F5FE4A; }
a { background-color: rgb(245,254,74); }
div.DivClassName
{
background-color: #F5FE4A;
}
.BgClassName
{
background-color: #F5FE4A;
}
</style>
border-color css
<style>
span { border-color: #F5FE4A; }
span { border-color: rgb(245,254,74); }
td.TdClassName
{
border-color: #F5FE4A;
}
.TagClassName
{
border-color: #F5FE4A;
}
</style>