Shades of Paris Daisy #FBFC41
Tints of Paris Daisy #FBFC41
RGB
CMYK
RGB Variations
Color information
#FBFC41 (or 0xFBFC41) is known color: Paris Daisy. HEX triplet: FB, FC and 41. RGB value is (251,252,65). Sum of RGB (Red+Green+Blue) = 251+252+65=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 65 (25.78% from 255 or 11.44% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFC41 is #0403BE. Grayscale: #E7E7E7. Windows color (decimal): -263103 or 4324603. OLE color: 4324603.
HSL color Cylindrical-coordinate representation of color #FBFC41: hue angle of 60.32º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FBFC41 is Cyan = 0.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 252 | 65 | - |
| CMYK | 0.00 | 0 | 0.74 | 0.01 |
| HSL | 60.32º | 0.97% | 0.62% | - |
| HSV(B) | 60.32º | 0.74% | 0.99% | - |
| XYZ | 75.55 | 90.51 | 18.49 | - |
| YUV | 230.38 | 34.67 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 252 | 65 | 0.00 | 0 | 0.74 | 0.01 | 60.32 | 0.97 | 0.62 |
| Hex | FB | FC | 41 | 0 | 0 | 4A | 1 | 3C | 61 | 3E |
| Octal | 373 | 374 | 101 | 0 | 0 | 112 | 1 | 74 | 141 | 76 |
| Binary | 11111011 | 11111100 | 1000001 | 0 | 0 | 1001010 | 1 | 111100 | 1100001 | 111110 |
Color Harmonies of #FBFC41
Complementary color
Monochromatic Colors of #FBFC41
Black with #FBFC41
Text Example
Text Example
White with #FBFC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFC41; }
p { color: rgb(251,252,65); }
H1.HeaderClassName
{
color: #FBFC41;
}
.AnyTagClassName
{
color: #FBFC41;
}
</style>
background-color css
<style>
a { background-color: #FBFC41; }
a { background-color: rgb(251,252,65); }
div.DivClassName
{
background-color: #FBFC41;
}
.BgClassName
{
background-color: #FBFC41;
}
</style>
border-color css
<style>
span { border-color: #FBFC41; }
span { border-color: rgb(251,252,65); }
td.TdClassName
{
border-color: #FBFC41;
}
.TagClassName
{
border-color: #FBFC41;
}
</style>