Shades of Paris Daisy #FBE346
Tints of Paris Daisy #FBE346
RGB
CMYK
RGB Variations
Color information
#FBE346 (or 0xFBE346) is known color: Paris Daisy. HEX triplet: FB, E3 and 46. RGB value is (251,227,70). Sum of RGB (Red+Green+Blue) = 251+227+70=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 70 (27.73% from 255 or 12.77% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE346 is #041CB9. Grayscale: #D8D8D8. Windows color (decimal): -269498 or 4645883. OLE color: 4645883.
HSL color Cylindrical-coordinate representation of color #FBE346: hue angle of 52.04º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FBE346 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 227 | 70 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.02 |
| HSL | 52.04º | 0.96% | 0.63% | - |
| HSV(B) | 52.04º | 0.72% | 0.98% | - |
| XYZ | 68.36 | 75.89 | 16.84 | - |
| YUV | 216.28 | 45.45 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 227 | 70 | 0 | 0.10 | 0.72 | 0.02 | 52.04 | 0.96 | 0.63 |
| Hex | FB | E3 | 46 | 0 | A | 48 | 2 | 34 | 60 | 3F |
| Octal | 373 | 343 | 106 | 0 | 12 | 110 | 2 | 64 | 140 | 77 |
| Binary | 11111011 | 11100011 | 1000110 | 0 | 1010 | 1001000 | 10 | 110100 | 1100000 | 111111 |
Color Harmonies of #FBE346
Complementary color
Monochromatic Colors of #FBE346
Black with #FBE346
Text Example
Text Example
White with #FBE346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE346; }
p { color: rgb(251,227,70); }
H1.HeaderClassName
{
color: #FBE346;
}
.AnyTagClassName
{
color: #FBE346;
}
</style>
background-color css
<style>
a { background-color: #FBE346; }
a { background-color: rgb(251,227,70); }
div.DivClassName
{
background-color: #FBE346;
}
.BgClassName
{
background-color: #FBE346;
}
</style>
border-color css
<style>
span { border-color: #FBE346; }
span { border-color: rgb(251,227,70); }
td.TdClassName
{
border-color: #FBE346;
}
.TagClassName
{
border-color: #FBE346;
}
</style>