Shades of Paris Daisy #FBE851
Tints of Paris Daisy #FBE851
RGB
CMYK
RGB Variations
Color information
#FBE851 (or 0xFBE851) is known color: Paris Daisy. HEX triplet: FB, E8 and 51. RGB value is (251,232,81). Sum of RGB (Red+Green+Blue) = 251+232+81=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 232 (91.02% from 255 or 41.13% from 564); Blue value is 81 (32.03% from 255 or 14.36% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE851 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBE851 is #0417AE. Grayscale: #DDDDDD. Windows color (decimal): -268207 or 5368059. OLE color: 5368059.
HSL color Cylindrical-coordinate representation of color #FBE851: hue angle of 53.29º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FBE851 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 232 | 81 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.02 |
| HSL | 53.29º | 0.96% | 0.65% | - |
| HSV(B) | 53.29º | 0.68% | 0.98% | - |
| XYZ | 70.13 | 78.82 | 19.3 | - |
| YUV | 220.47 | 49.29 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 232 | 81 | 0 | 0.08 | 0.68 | 0.02 | 53.29 | 0.96 | 0.65 |
| Hex | FB | E8 | 51 | 0 | 8 | 44 | 2 | 35 | 60 | 41 |
| Octal | 373 | 350 | 121 | 0 | 10 | 104 | 2 | 65 | 140 | 101 |
| Binary | 11111011 | 11101000 | 1010001 | 0 | 1000 | 1000100 | 10 | 110101 | 1100000 | 1000001 |
Color Harmonies of #FBE851
Complementary color
Monochromatic Colors of #FBE851
Black with #FBE851
Text Example
Text Example
White with #FBE851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE851; }
p { color: rgb(251,232,81); }
H1.HeaderClassName
{
color: #FBE851;
}
.AnyTagClassName
{
color: #FBE851;
}
</style>
background-color css
<style>
a { background-color: #FBE851; }
a { background-color: rgb(251,232,81); }
div.DivClassName
{
background-color: #FBE851;
}
.BgClassName
{
background-color: #FBE851;
}
</style>
border-color css
<style>
span { border-color: #FBE851; }
span { border-color: rgb(251,232,81); }
td.TdClassName
{
border-color: #FBE851;
}
.TagClassName
{
border-color: #FBE851;
}
</style>