Shades of Paris Daisy #FBFE3E
Tints of Paris Daisy #FBFE3E
RGB
CMYK
RGB Variations
Color information
#FBFE3E (or 0xFBFE3E) is known color: Paris Daisy. HEX triplet: FB, FE and 3E. RGB value is (251,254,62). Sum of RGB (Red+Green+Blue) = 251+254+62=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 62 (24.61% from 255 or 10.93% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFE3E is #0401C1. Grayscale: #E7E7E7. Windows color (decimal): -262594 or 4128507. OLE color: 4128507.
HSL color Cylindrical-coordinate representation of color #FBFE3E: hue angle of 60.94º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FBFE3E is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 62 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.00 |
| HSL | 60.94º | 0.99% | 0.62% | - |
| HSV(B) | 60.94º | 0.76% | 1% | - |
| XYZ | 76.09 | 91.74 | 18.25 | - |
| YUV | 231.22 | 32.51 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 62 | 0.01 | 0 | 0.76 | 0.00 | 60.94 | 0.99 | 0.62 |
| Hex | FB | FE | 3E | 1 | 0 | 4C | 0 | 3D | 63 | 3E |
| Octal | 373 | 376 | 76 | 1 | 0 | 114 | 0 | 75 | 143 | 76 |
| Binary | 11111011 | 11111110 | 111110 | 1 | 0 | 1001100 | 0 | 111101 | 1100011 | 111110 |
Color Harmonies of #FBFE3E
Complementary color
Monochromatic Colors of #FBFE3E
Black with #FBFE3E
Text Example
Text Example
White with #FBFE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFE3E; }
p { color: rgb(251,254,62); }
H1.HeaderClassName
{
color: #FBFE3E;
}
.AnyTagClassName
{
color: #FBFE3E;
}
</style>
background-color css
<style>
a { background-color: #FBFE3E; }
a { background-color: rgb(251,254,62); }
div.DivClassName
{
background-color: #FBFE3E;
}
.BgClassName
{
background-color: #FBFE3E;
}
</style>
border-color css
<style>
span { border-color: #FBFE3E; }
span { border-color: rgb(251,254,62); }
td.TdClassName
{
border-color: #FBFE3E;
}
.TagClassName
{
border-color: #FBFE3E;
}
</style>