Shades of Paris Daisy #FBFF3F
Tints of Paris Daisy #FBFF3F
RGB
CMYK
RGB Variations
Color information
#FBFF3F (or 0xFBFF3F) is known color: Paris Daisy. HEX triplet: FB, FF and 3F. RGB value is (251,255,63). Sum of RGB (Red+Green+Blue) = 251+255+63=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 63 (25% from 255 or 11.07% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFF3F is #0400C0. Grayscale: #E8E8E8. Windows color (decimal): -262337 or 4194299. OLE color: 4194299.
HSL color Cylindrical-coordinate representation of color #FBFF3F: hue angle of 61.25º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FBFF3F is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 63 | - |
| CMYK | 0.02 | 0 | 0.75 | 0 |
| HSL | 61.25º | 1% | 0.62% | - |
| HSV(B) | 61.25º | 0.75% | 1% | - |
| XYZ | 76.44 | 92.39 | 18.51 | - |
| YUV | 231.92 | 32.67 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 63 | 0.02 | 0 | 0.75 | 0 | 61.25 | 1 | 0.62 |
| Hex | FB | FF | 3F | 2 | 0 | 4B | 0 | 3D | 64 | 3E |
| Octal | 373 | 377 | 77 | 2 | 0 | 113 | 0 | 75 | 144 | 76 |
| Binary | 11111011 | 11111111 | 111111 | 10 | 0 | 1001011 | 0 | 111101 | 1100100 | 111110 |
Color Harmonies of #FBFF3F
Complementary color
Monochromatic Colors of #FBFF3F
Black with #FBFF3F
Text Example
Text Example
White with #FBFF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFF3F; }
p { color: rgb(251,255,63); }
H1.HeaderClassName
{
color: #FBFF3F;
}
.AnyTagClassName
{
color: #FBFF3F;
}
</style>
background-color css
<style>
a { background-color: #FBFF3F; }
a { background-color: rgb(251,255,63); }
div.DivClassName
{
background-color: #FBFF3F;
}
.BgClassName
{
background-color: #FBFF3F;
}
</style>
border-color css
<style>
span { border-color: #FBFF3F; }
span { border-color: rgb(251,255,63); }
td.TdClassName
{
border-color: #FBFF3F;
}
.TagClassName
{
border-color: #FBFF3F;
}
</style>