Shades of Paris Daisy #FBE150
Tints of Paris Daisy #FBE150
RGB
CMYK
RGB Variations
Color information
#FBE150 (or 0xFBE150) is known color: Paris Daisy. HEX triplet: FB, E1 and 50. RGB value is (251,225,80). Sum of RGB (Red+Green+Blue) = 251+225+80=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 80 (31.64% from 255 or 14.39% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE150 is #041EAF. Grayscale: #D8D8D8. Windows color (decimal): -270000 or 5300731. OLE color: 5300731.
HSL color Cylindrical-coordinate representation of color #FBE150: hue angle of 50.88º 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 #FBE150 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 80 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.02 |
| HSL | 50.88º | 0.96% | 0.65% | - |
| HSV(B) | 50.88º | 0.68% | 0.98% | - |
| XYZ | 68.16 | 74.94 | 18.46 | - |
| YUV | 216.24 | 51.11 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 80 | 0 | 0.10 | 0.68 | 0.02 | 50.88 | 0.96 | 0.65 |
| Hex | FB | E1 | 50 | 0 | A | 44 | 2 | 33 | 60 | 41 |
| Octal | 373 | 341 | 120 | 0 | 12 | 104 | 2 | 63 | 140 | 101 |
| Binary | 11111011 | 11100001 | 1010000 | 0 | 1010 | 1000100 | 10 | 110011 | 1100000 | 1000001 |
Color Harmonies of #FBE150
Complementary color
Monochromatic Colors of #FBE150
Black with #FBE150
Text Example
Text Example
White with #FBE150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE150; }
p { color: rgb(251,225,80); }
H1.HeaderClassName
{
color: #FBE150;
}
.AnyTagClassName
{
color: #FBE150;
}
</style>
background-color css
<style>
a { background-color: #FBE150; }
a { background-color: rgb(251,225,80); }
div.DivClassName
{
background-color: #FBE150;
}
.BgClassName
{
background-color: #FBE150;
}
</style>
border-color css
<style>
span { border-color: #FBE150; }
span { border-color: rgb(251,225,80); }
td.TdClassName
{
border-color: #FBE150;
}
.TagClassName
{
border-color: #FBE150;
}
</style>