Shades of Paris Daisy #F5FA3C
Tints of Paris Daisy #F5FA3C
RGB
CMYK
RGB Variations
Color information
#F5FA3C (or 0xF5FA3C) is known color: Paris Daisy. HEX triplet: F5, FA and 3C. RGB value is (245,250,60). Sum of RGB (Red+Green+Blue) = 245+250+60=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 60 (23.83% from 255 or 10.81% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FA3C is #0A05C3. Grayscale: #E3E3E3. Windows color (decimal): -656836 or 3996405. OLE color: 3996405.
HSL color Cylindrical-coordinate representation of color #F5FA3C: hue angle of 61.58º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5FA3C is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 250 | 60 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.02 |
| HSL | 61.58º | 0.95% | 0.61% | - |
| HSV(B) | 61.58º | 0.76% | 0.98% | - |
| XYZ | 72.66 | 88.11 | 17.45 | - |
| YUV | 226.85 | 33.84 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 250 | 60 | 0.02 | 0 | 0.76 | 0.02 | 61.58 | 0.95 | 0.61 |
| Hex | F5 | FA | 3C | 2 | 0 | 4C | 2 | 3E | 5F | 3D |
| Octal | 365 | 372 | 74 | 2 | 0 | 114 | 2 | 76 | 137 | 75 |
| Binary | 11110101 | 11111010 | 111100 | 10 | 0 | 1001100 | 10 | 111110 | 1011111 | 111101 |
Color Harmonies of #F5FA3C
Complementary color
Monochromatic Colors of #F5FA3C
Black with #F5FA3C
Text Example
Text Example
White with #F5FA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FA3C; }
p { color: rgb(245,250,60); }
H1.HeaderClassName
{
color: #F5FA3C;
}
.AnyTagClassName
{
color: #F5FA3C;
}
</style>
background-color css
<style>
a { background-color: #F5FA3C; }
a { background-color: rgb(245,250,60); }
div.DivClassName
{
background-color: #F5FA3C;
}
.BgClassName
{
background-color: #F5FA3C;
}
</style>
border-color css
<style>
span { border-color: #F5FA3C; }
span { border-color: rgb(245,250,60); }
td.TdClassName
{
border-color: #F5FA3C;
}
.TagClassName
{
border-color: #F5FA3C;
}
</style>