Shades of Paris Daisy #F5FB4D
Tints of Paris Daisy #F5FB4D
RGB
CMYK
RGB Variations
Color information
#F5FB4D (or 0xF5FB4D) is known color: Paris Daisy. HEX triplet: F5, FB and 4D. RGB value is (245,251,77). Sum of RGB (Red+Green+Blue) = 245+251+77=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 77 (30.47% from 255 or 13.44% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FB4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FB4D is #0A04B2. Grayscale: #E6E6E6. Windows color (decimal): -656563 or 5110773. OLE color: 5110773.
HSL color Cylindrical-coordinate representation of color #F5FB4D: hue angle of 62.07º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5FB4D is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 251 | 77 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.02 |
| HSL | 62.07º | 0.96% | 0.64% | - |
| HSV(B) | 62.07º | 0.69% | 0.98% | - |
| XYZ | 73.49 | 88.94 | 20.32 | - |
| YUV | 229.37 | 42.01 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 251 | 77 | 0.02 | 0 | 0.69 | 0.02 | 62.07 | 0.96 | 0.64 |
| Hex | F5 | FB | 4D | 2 | 0 | 45 | 2 | 3E | 60 | 40 |
| Octal | 365 | 373 | 115 | 2 | 0 | 105 | 2 | 76 | 140 | 100 |
| Binary | 11110101 | 11111011 | 1001101 | 10 | 0 | 1000101 | 10 | 111110 | 1100000 | 1000000 |
Color Harmonies of #F5FB4D
Complementary color
Monochromatic Colors of #F5FB4D
Black with #F5FB4D
Text Example
Text Example
White with #F5FB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FB4D; }
p { color: rgb(245,251,77); }
H1.HeaderClassName
{
color: #F5FB4D;
}
.AnyTagClassName
{
color: #F5FB4D;
}
</style>
background-color css
<style>
a { background-color: #F5FB4D; }
a { background-color: rgb(245,251,77); }
div.DivClassName
{
background-color: #F5FB4D;
}
.BgClassName
{
background-color: #F5FB4D;
}
</style>
border-color css
<style>
span { border-color: #F5FB4D; }
span { border-color: rgb(245,251,77); }
td.TdClassName
{
border-color: #F5FB4D;
}
.TagClassName
{
border-color: #F5FB4D;
}
</style>