Shades of Paris Daisy #FBE949
Tints of Paris Daisy #FBE949
RGB
CMYK
RGB Variations
Color information
#FBE949 (or 0xFBE949) is known color: Paris Daisy. HEX triplet: FB, E9 and 49. RGB value is (251,233,73). Sum of RGB (Red+Green+Blue) = 251+233+73=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 233 (91.41% from 255 or 41.83% from 557); Blue value is 73 (28.91% from 255 or 13.11% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE949 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBE949 is #0416B6. Grayscale: #DCDCDC. Windows color (decimal): -267959 or 4844027. OLE color: 4844027.
HSL color Cylindrical-coordinate representation of color #FBE949: hue angle of 53.93º 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 #FBE949 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 233 | 73 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.02 |
| HSL | 53.93º | 0.96% | 0.64% | - |
| HSV(B) | 53.93º | 0.71% | 0.98% | - |
| XYZ | 70.13 | 79.27 | 17.91 | - |
| YUV | 220.14 | 44.96 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 233 | 73 | 0 | 0.07 | 0.71 | 0.02 | 53.93 | 0.96 | 0.64 |
| Hex | FB | E9 | 49 | 0 | 7 | 47 | 2 | 36 | 60 | 40 |
| Octal | 373 | 351 | 111 | 0 | 7 | 107 | 2 | 66 | 140 | 100 |
| Binary | 11111011 | 11101001 | 1001001 | 0 | 111 | 1000111 | 10 | 110110 | 1100000 | 1000000 |
Color Harmonies of #FBE949
Complementary color
Monochromatic Colors of #FBE949
Black with #FBE949
Text Example
Text Example
White with #FBE949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE949; }
p { color: rgb(251,233,73); }
H1.HeaderClassName
{
color: #FBE949;
}
.AnyTagClassName
{
color: #FBE949;
}
</style>
background-color css
<style>
a { background-color: #FBE949; }
a { background-color: rgb(251,233,73); }
div.DivClassName
{
background-color: #FBE949;
}
.BgClassName
{
background-color: #FBE949;
}
</style>
border-color css
<style>
span { border-color: #FBE949; }
span { border-color: rgb(251,233,73); }
td.TdClassName
{
border-color: #FBE949;
}
.TagClassName
{
border-color: #FBE949;
}
</style>