Shades of Paris Daisy #F5FD3F
Tints of Paris Daisy #F5FD3F
RGB
CMYK
RGB Variations
Color information
#F5FD3F (or 0xF5FD3F) is known color: Paris Daisy. HEX triplet: F5, FD and 3F. RGB value is (245,253,63). Sum of RGB (Red+Green+Blue) = 245+253+63=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 63 (25% from 255 or 11.23% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FD3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FD3F is #0A02C0. Grayscale: #E5E5E5. Windows color (decimal): -656065 or 4193781. OLE color: 4193781.
HSL color Cylindrical-coordinate representation of color #F5FD3F: hue angle of 62.53º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5FD3F is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 253 | 63 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.01 |
| HSL | 62.53º | 0.98% | 0.62% | - |
| HSV(B) | 62.53º | 0.75% | 0.99% | - |
| XYZ | 73.68 | 90.02 | 18.2 | - |
| YUV | 228.95 | 34.35 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 253 | 63 | 0.03 | 0 | 0.75 | 0.01 | 62.53 | 0.98 | 0.62 |
| Hex | F5 | FD | 3F | 3 | 0 | 4B | 1 | 3F | 62 | 3E |
| Octal | 365 | 375 | 77 | 3 | 0 | 113 | 1 | 77 | 142 | 76 |
| Binary | 11110101 | 11111101 | 111111 | 11 | 0 | 1001011 | 1 | 111111 | 1100010 | 111110 |
Color Harmonies of #F5FD3F
Complementary color
Monochromatic Colors of #F5FD3F
Black with #F5FD3F
Text Example
Text Example
White with #F5FD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FD3F; }
p { color: rgb(245,253,63); }
H1.HeaderClassName
{
color: #F5FD3F;
}
.AnyTagClassName
{
color: #F5FD3F;
}
</style>
background-color css
<style>
a { background-color: #F5FD3F; }
a { background-color: rgb(245,253,63); }
div.DivClassName
{
background-color: #F5FD3F;
}
.BgClassName
{
background-color: #F5FD3F;
}
</style>
border-color css
<style>
span { border-color: #F5FD3F; }
span { border-color: rgb(245,253,63); }
td.TdClassName
{
border-color: #F5FD3F;
}
.TagClassName
{
border-color: #F5FD3F;
}
</style>