Shades of Paris Daisy #FBE849
Tints of Paris Daisy #FBE849
RGB
CMYK
RGB Variations
Color information
#FBE849 (or 0xFBE849) is known color: Paris Daisy. HEX triplet: FB, E8 and 49. RGB value is (251,232,73). Sum of RGB (Red+Green+Blue) = 251+232+73=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 232 (91.02% from 255 or 41.73% from 556); Blue value is 73 (28.91% from 255 or 13.13% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE849 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBE849 is #0417B6. Grayscale: #DCDCDC. Windows color (decimal): -268215 or 4843771. OLE color: 4843771.
HSL color Cylindrical-coordinate representation of color #FBE849: hue angle of 53.6º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBE849 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 232 | 73 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.02 |
| HSL | 53.6º | 0.96% | 0.64% | - |
| HSV(B) | 53.6º | 0.71% | 0.98% | - |
| XYZ | 69.84 | 78.7 | 17.81 | - |
| YUV | 219.56 | 45.29 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 232 | 73 | 0 | 0.08 | 0.71 | 0.02 | 53.6 | 0.96 | 0.64 |
| Hex | FB | E8 | 49 | 0 | 8 | 47 | 2 | 36 | 60 | 40 |
| Octal | 373 | 350 | 111 | 0 | 10 | 107 | 2 | 66 | 140 | 100 |
| Binary | 11111011 | 11101000 | 1001001 | 0 | 1000 | 1000111 | 10 | 110110 | 1100000 | 1000000 |
Color Harmonies of #FBE849
Complementary color
Monochromatic Colors of #FBE849
Black with #FBE849
Text Example
Text Example
White with #FBE849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE849; }
p { color: rgb(251,232,73); }
H1.HeaderClassName
{
color: #FBE849;
}
.AnyTagClassName
{
color: #FBE849;
}
</style>
background-color css
<style>
a { background-color: #FBE849; }
a { background-color: rgb(251,232,73); }
div.DivClassName
{
background-color: #FBE849;
}
.BgClassName
{
background-color: #FBE849;
}
</style>
border-color css
<style>
span { border-color: #FBE849; }
span { border-color: rgb(251,232,73); }
td.TdClassName
{
border-color: #FBE849;
}
.TagClassName
{
border-color: #FBE849;
}
</style>