Shades of Paris Daisy #FBE946
Tints of Paris Daisy #FBE946
RGB
CMYK
RGB Variations
Color information
#FBE946 (or 0xFBE946) is known color: Paris Daisy. HEX triplet: FB, E9 and 46. RGB value is (251,233,70). Sum of RGB (Red+Green+Blue) = 251+233+70=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 70 (27.73% from 255 or 12.64% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE946 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBE946 is #0416B9. Grayscale: #DCDCDC. Windows color (decimal): -267962 or 4647419. OLE color: 4647419.
HSL color Cylindrical-coordinate representation of color #FBE946: hue angle of 54.03º 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 #FBE946 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 233 | 70 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.02 |
| HSL | 54.03º | 0.96% | 0.63% | - |
| HSV(B) | 54.03º | 0.72% | 0.98% | - |
| XYZ | 70.03 | 79.23 | 17.4 | - |
| YUV | 219.8 | 43.46 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 233 | 70 | 0 | 0.07 | 0.72 | 0.02 | 54.03 | 0.96 | 0.63 |
| Hex | FB | E9 | 46 | 0 | 7 | 48 | 2 | 36 | 60 | 3F |
| Octal | 373 | 351 | 106 | 0 | 7 | 110 | 2 | 66 | 140 | 77 |
| Binary | 11111011 | 11101001 | 1000110 | 0 | 111 | 1001000 | 10 | 110110 | 1100000 | 111111 |
Color Harmonies of #FBE946
Complementary color
Monochromatic Colors of #FBE946
Black with #FBE946
Text Example
Text Example
White with #FBE946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE946; }
p { color: rgb(251,233,70); }
H1.HeaderClassName
{
color: #FBE946;
}
.AnyTagClassName
{
color: #FBE946;
}
</style>
background-color css
<style>
a { background-color: #FBE946; }
a { background-color: rgb(251,233,70); }
div.DivClassName
{
background-color: #FBE946;
}
.BgClassName
{
background-color: #FBE946;
}
</style>
border-color css
<style>
span { border-color: #FBE946; }
span { border-color: rgb(251,233,70); }
td.TdClassName
{
border-color: #FBE946;
}
.TagClassName
{
border-color: #FBE946;
}
</style>