Shades of Paris Daisy #FBFF3C
Tints of Paris Daisy #FBFF3C
RGB
CMYK
RGB Variations
Color information
#FBFF3C (or 0xFBFF3C) is known color: Paris Daisy. HEX triplet: FB, FF and 3C. RGB value is (251,255,60). Sum of RGB (Red+Green+Blue) = 251+255+60=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 60 (23.83% from 255 or 10.60% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFF3C is #0400C3. Grayscale: #E8E8E8. Windows color (decimal): -262340 or 3997691. OLE color: 3997691.
HSL color Cylindrical-coordinate representation of color #FBFF3C: hue angle of 61.23º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FBFF3C is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 60 | - |
| CMYK | 0.02 | 0 | 0.76 | 0 |
| HSL | 61.23º | 1% | 0.62% | - |
| HSV(B) | 61.23º | 0.76% | 1% | - |
| XYZ | 76.36 | 92.36 | 18.08 | - |
| YUV | 231.57 | 31.17 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 60 | 0.02 | 0 | 0.76 | 0 | 61.23 | 1 | 0.62 |
| Hex | FB | FF | 3C | 2 | 0 | 4C | 0 | 3D | 64 | 3E |
| Octal | 373 | 377 | 74 | 2 | 0 | 114 | 0 | 75 | 144 | 76 |
| Binary | 11111011 | 11111111 | 111100 | 10 | 0 | 1001100 | 0 | 111101 | 1100100 | 111110 |
Color Harmonies of #FBFF3C
Complementary color
Monochromatic Colors of #FBFF3C
Black with #FBFF3C
Text Example
Text Example
White with #FBFF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFF3C; }
p { color: rgb(251,255,60); }
H1.HeaderClassName
{
color: #FBFF3C;
}
.AnyTagClassName
{
color: #FBFF3C;
}
</style>
background-color css
<style>
a { background-color: #FBFF3C; }
a { background-color: rgb(251,255,60); }
div.DivClassName
{
background-color: #FBFF3C;
}
.BgClassName
{
background-color: #FBFF3C;
}
</style>
border-color css
<style>
span { border-color: #FBFF3C; }
span { border-color: rgb(251,255,60); }
td.TdClassName
{
border-color: #FBFF3C;
}
.TagClassName
{
border-color: #FBFF3C;
}
</style>