Shades of Paris Daisy #F5FE3D
Tints of Paris Daisy #F5FE3D
RGB
CMYK
RGB Variations
Color information
#F5FE3D (or 0xF5FE3D) is known color: Paris Daisy. HEX triplet: F5, FE and 3D. RGB value is (245,254,61). Sum of RGB (Red+Green+Blue) = 245+254+61=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 61 (24.22% from 255 or 10.89% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FE3D is #0A01C2. Grayscale: #E6E6E6. Windows color (decimal): -655811 or 4062965. OLE color: 4062965.
HSL color Cylindrical-coordinate representation of color #F5FE3D: hue angle of 62.8º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5FE3D is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 61 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.00 |
| HSL | 62.8º | 0.99% | 0.62% | - |
| HSV(B) | 62.8º | 0.76% | 1% | - |
| XYZ | 73.94 | 90.63 | 18.01 | - |
| YUV | 229.31 | 33.02 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 61 | 0.04 | 0 | 0.76 | 0.00 | 62.8 | 0.99 | 0.62 |
| Hex | F5 | FE | 3D | 4 | 0 | 4C | 0 | 3F | 63 | 3E |
| Octal | 365 | 376 | 75 | 4 | 0 | 114 | 0 | 77 | 143 | 76 |
| Binary | 11110101 | 11111110 | 111101 | 100 | 0 | 1001100 | 0 | 111111 | 1100011 | 111110 |
Color Harmonies of #F5FE3D
Complementary color
Monochromatic Colors of #F5FE3D
Black with #F5FE3D
Text Example
Text Example
White with #F5FE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FE3D; }
p { color: rgb(245,254,61); }
H1.HeaderClassName
{
color: #F5FE3D;
}
.AnyTagClassName
{
color: #F5FE3D;
}
</style>
background-color css
<style>
a { background-color: #F5FE3D; }
a { background-color: rgb(245,254,61); }
div.DivClassName
{
background-color: #F5FE3D;
}
.BgClassName
{
background-color: #F5FE3D;
}
</style>
border-color css
<style>
span { border-color: #F5FE3D; }
span { border-color: rgb(245,254,61); }
td.TdClassName
{
border-color: #F5FE3D;
}
.TagClassName
{
border-color: #F5FE3D;
}
</style>