Shades of Paris Daisy #F3FA51
Tints of Paris Daisy #F3FA51
RGB
CMYK
RGB Variations
Color information
#F3FA51 (or 0xF3FA51) is known color: Paris Daisy. HEX triplet: F3, FA and 51. RGB value is (243,250,81). Sum of RGB (Red+Green+Blue) = 243+250+81=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 81 (32.03% from 255 or 14.11% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #F3FA51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3FA51 is #0C05AE. Grayscale: #E5E5E5. Windows color (decimal): -787887 or 5372659. OLE color: 5372659.
HSL color Cylindrical-coordinate representation of color #F3FA51: hue angle of 62.49º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F3FA51 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 250 | 81 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.02 |
| HSL | 62.49º | 0.94% | 0.65% | - |
| HSV(B) | 62.49º | 0.68% | 0.98% | - |
| XYZ | 72.63 | 88.02 | 20.95 | - |
| YUV | 228.64 | 44.68 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 250 | 81 | 0.03 | 0 | 0.68 | 0.02 | 62.49 | 0.94 | 0.65 |
| Hex | F3 | FA | 51 | 3 | 0 | 44 | 2 | 3E | 5E | 41 |
| Octal | 363 | 372 | 121 | 3 | 0 | 104 | 2 | 76 | 136 | 101 |
| Binary | 11110011 | 11111010 | 1010001 | 11 | 0 | 1000100 | 10 | 111110 | 1011110 | 1000001 |
Color Harmonies of #F3FA51
Complementary color
Monochromatic Colors of #F3FA51
Black with #F3FA51
Text Example
Text Example
White with #F3FA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FA51; }
p { color: rgb(243,250,81); }
H1.HeaderClassName
{
color: #F3FA51;
}
.AnyTagClassName
{
color: #F3FA51;
}
</style>
background-color css
<style>
a { background-color: #F3FA51; }
a { background-color: rgb(243,250,81); }
div.DivClassName
{
background-color: #F3FA51;
}
.BgClassName
{
background-color: #F3FA51;
}
</style>
border-color css
<style>
span { border-color: #F3FA51; }
span { border-color: rgb(243,250,81); }
td.TdClassName
{
border-color: #F3FA51;
}
.TagClassName
{
border-color: #F3FA51;
}
</style>