Shades of Paris Daisy #FBE852
Tints of Paris Daisy #FBE852
RGB
CMYK
RGB Variations
Color information
#FBE852 (or 0xFBE852) is known color: Paris Daisy. HEX triplet: FB, E8 and 52. RGB value is (251,232,82). Sum of RGB (Red+Green+Blue) = 251+232+82=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 82 (32.42% from 255 or 14.51% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE852 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBE852 is #0417AD. Grayscale: #DDDDDD. Windows color (decimal): -268206 or 5433595. OLE color: 5433595.
HSL color Cylindrical-coordinate representation of color #FBE852: hue angle of 53.25º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FBE852 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 232 | 82 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.02 |
| HSL | 53.25º | 0.95% | 0.65% | - |
| HSV(B) | 53.25º | 0.67% | 0.98% | - |
| XYZ | 70.16 | 78.83 | 19.5 | - |
| YUV | 220.58 | 49.79 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 232 | 82 | 0 | 0.08 | 0.67 | 0.02 | 53.25 | 0.95 | 0.65 |
| Hex | FB | E8 | 52 | 0 | 8 | 43 | 2 | 35 | 5F | 41 |
| Octal | 373 | 350 | 122 | 0 | 10 | 103 | 2 | 65 | 137 | 101 |
| Binary | 11111011 | 11101000 | 1010010 | 0 | 1000 | 1000011 | 10 | 110101 | 1011111 | 1000001 |
Color Harmonies of #FBE852
Complementary color
Monochromatic Colors of #FBE852
Black with #FBE852
Text Example
Text Example
White with #FBE852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE852; }
p { color: rgb(251,232,82); }
H1.HeaderClassName
{
color: #FBE852;
}
.AnyTagClassName
{
color: #FBE852;
}
</style>
background-color css
<style>
a { background-color: #FBE852; }
a { background-color: rgb(251,232,82); }
div.DivClassName
{
background-color: #FBE852;
}
.BgClassName
{
background-color: #FBE852;
}
</style>
border-color css
<style>
span { border-color: #FBE852; }
span { border-color: rgb(251,232,82); }
td.TdClassName
{
border-color: #FBE852;
}
.TagClassName
{
border-color: #FBE852;
}
</style>