Shades of Paris Daisy #FBFF4A
Tints of Paris Daisy #FBFF4A
RGB
CMYK
RGB Variations
Color information
#FBFF4A (or 0xFBFF4A) is known color: Paris Daisy. HEX triplet: FB, FF and 4A. RGB value is (251,255,74). Sum of RGB (Red+Green+Blue) = 251+255+74=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 74 (29.30% from 255 or 12.76% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFF4A is #0400B5. Grayscale: #E9E9E9. Windows color (decimal): -262326 or 4915195. OLE color: 4915195.
HSL color Cylindrical-coordinate representation of color #FBFF4A: hue angle of 61.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBFF4A is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 74 | - |
| CMYK | 0.02 | 0 | 0.71 | 0 |
| HSL | 61.33º | 1% | 0.65% | - |
| HSV(B) | 61.33º | 0.71% | 1% | - |
| XYZ | 76.78 | 92.52 | 20.29 | - |
| YUV | 233.17 | 38.17 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 74 | 0.02 | 0 | 0.71 | 0 | 61.33 | 1 | 0.65 |
| Hex | FB | FF | 4A | 2 | 0 | 47 | 0 | 3D | 64 | 41 |
| Octal | 373 | 377 | 112 | 2 | 0 | 107 | 0 | 75 | 144 | 101 |
| Binary | 11111011 | 11111111 | 1001010 | 10 | 0 | 1000111 | 0 | 111101 | 1100100 | 1000001 |
Color Harmonies of #FBFF4A
Complementary color
Monochromatic Colors of #FBFF4A
Black with #FBFF4A
Text Example
Text Example
White with #FBFF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFF4A; }
p { color: rgb(251,255,74); }
H1.HeaderClassName
{
color: #FBFF4A;
}
.AnyTagClassName
{
color: #FBFF4A;
}
</style>
background-color css
<style>
a { background-color: #FBFF4A; }
a { background-color: rgb(251,255,74); }
div.DivClassName
{
background-color: #FBFF4A;
}
.BgClassName
{
background-color: #FBFF4A;
}
</style>
border-color css
<style>
span { border-color: #FBFF4A; }
span { border-color: rgb(251,255,74); }
td.TdClassName
{
border-color: #FBFF4A;
}
.TagClassName
{
border-color: #FBFF4A;
}
</style>