Shades of Paris Daisy #FBFC3E
Tints of Paris Daisy #FBFC3E
RGB
CMYK
RGB Variations
Color information
#FBFC3E (or 0xFBFC3E) is known color: Paris Daisy. HEX triplet: FB, FC and 3E. RGB value is (251,252,62). Sum of RGB (Red+Green+Blue) = 251+252+62=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 62 (24.61% from 255 or 10.97% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFC3E is #0403C1. Grayscale: #E6E6E6. Windows color (decimal): -263106 or 4127995. OLE color: 4127995.
HSL color Cylindrical-coordinate representation of color #FBFC3E: 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.75%. Process color model (Four color, CMYK) of #FBFC3E is Cyan = 0.00, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 252 | 62 | - |
| CMYK | 0.00 | 0 | 0.75 | 0.01 |
| HSL | 60.32º | 0.97% | 0.62% | - |
| HSV(B) | 60.32º | 0.75% | 0.99% | - |
| XYZ | 75.46 | 90.48 | 18.04 | - |
| YUV | 230.04 | 33.17 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 252 | 62 | 0.00 | 0 | 0.75 | 0.01 | 60.32 | 0.97 | 0.62 |
| Hex | FB | FC | 3E | 0 | 0 | 4B | 1 | 3C | 61 | 3E |
| Octal | 373 | 374 | 76 | 0 | 0 | 113 | 1 | 74 | 141 | 76 |
| Binary | 11111011 | 11111100 | 111110 | 0 | 0 | 1001011 | 1 | 111100 | 1100001 | 111110 |
Color Harmonies of #FBFC3E
Complementary color
Monochromatic Colors of #FBFC3E
Black with #FBFC3E
Text Example
Text Example
White with #FBFC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFC3E; }
p { color: rgb(251,252,62); }
H1.HeaderClassName
{
color: #FBFC3E;
}
.AnyTagClassName
{
color: #FBFC3E;
}
</style>
background-color css
<style>
a { background-color: #FBFC3E; }
a { background-color: rgb(251,252,62); }
div.DivClassName
{
background-color: #FBFC3E;
}
.BgClassName
{
background-color: #FBFC3E;
}
</style>
border-color css
<style>
span { border-color: #FBFC3E; }
span { border-color: rgb(251,252,62); }
td.TdClassName
{
border-color: #FBFC3E;
}
.TagClassName
{
border-color: #FBFC3E;
}
</style>