Shades of Paris Daisy #FBE547
Tints of Paris Daisy #FBE547
RGB
CMYK
RGB Variations
Color information
#FBE547 (or 0xFBE547) is known color: Paris Daisy. HEX triplet: FB, E5 and 47. RGB value is (251,229,71). Sum of RGB (Red+Green+Blue) = 251+229+71=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 71 (28.12% from 255 or 12.89% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE547 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE547 is #041AB8. Grayscale: #DADADA. Windows color (decimal): -268985 or 4711931. OLE color: 4711931.
HSL color Cylindrical-coordinate representation of color #FBE547: hue angle of 52.67º 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 #FBE547 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 71 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.02 |
| HSL | 52.67º | 0.96% | 0.63% | - |
| HSV(B) | 52.67º | 0.72% | 0.98% | - |
| XYZ | 68.94 | 77 | 17.19 | - |
| YUV | 217.57 | 45.29 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 71 | 0 | 0.09 | 0.72 | 0.02 | 52.67 | 0.96 | 0.63 |
| Hex | FB | E5 | 47 | 0 | 9 | 48 | 2 | 35 | 60 | 3F |
| Octal | 373 | 345 | 107 | 0 | 11 | 110 | 2 | 65 | 140 | 77 |
| Binary | 11111011 | 11100101 | 1000111 | 0 | 1001 | 1001000 | 10 | 110101 | 1100000 | 111111 |
Color Harmonies of #FBE547
Complementary color
Monochromatic Colors of #FBE547
Black with #FBE547
Text Example
Text Example
White with #FBE547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE547; }
p { color: rgb(251,229,71); }
H1.HeaderClassName
{
color: #FBE547;
}
.AnyTagClassName
{
color: #FBE547;
}
</style>
background-color css
<style>
a { background-color: #FBE547; }
a { background-color: rgb(251,229,71); }
div.DivClassName
{
background-color: #FBE547;
}
.BgClassName
{
background-color: #FBE547;
}
</style>
border-color css
<style>
span { border-color: #FBE547; }
span { border-color: rgb(251,229,71); }
td.TdClassName
{
border-color: #FBE547;
}
.TagClassName
{
border-color: #FBE547;
}
</style>