Shades of Paris Daisy #FBED46
Tints of Paris Daisy #FBED46
RGB
CMYK
RGB Variations
Color information
#FBED46 (or 0xFBED46) is known color: Paris Daisy. HEX triplet: FB, ED and 46. RGB value is (251,237,70). Sum of RGB (Red+Green+Blue) = 251+237+70=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 70 (27.73% from 255 or 12.54% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED46 is #0412B9. Grayscale: #DEDEDE. Windows color (decimal): -266938 or 4648443. OLE color: 4648443.
HSL color Cylindrical-coordinate representation of color #FBED46: hue angle of 55.36º 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 #FBED46 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 70 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.02 |
| HSL | 55.36º | 0.96% | 0.63% | - |
| HSV(B) | 55.36º | 0.72% | 0.98% | - |
| XYZ | 71.17 | 81.52 | 17.78 | - |
| YUV | 222.15 | 42.14 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 70 | 0 | 0.06 | 0.72 | 0.02 | 55.36 | 0.96 | 0.63 |
| Hex | FB | ED | 46 | 0 | 6 | 48 | 2 | 37 | 60 | 3F |
| Octal | 373 | 355 | 106 | 0 | 6 | 110 | 2 | 67 | 140 | 77 |
| Binary | 11111011 | 11101101 | 1000110 | 0 | 110 | 1001000 | 10 | 110111 | 1100000 | 111111 |
Color Harmonies of #FBED46
Complementary color
Monochromatic Colors of #FBED46
Black with #FBED46
Text Example
Text Example
White with #FBED46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED46; }
p { color: rgb(251,237,70); }
H1.HeaderClassName
{
color: #FBED46;
}
.AnyTagClassName
{
color: #FBED46;
}
</style>
background-color css
<style>
a { background-color: #FBED46; }
a { background-color: rgb(251,237,70); }
div.DivClassName
{
background-color: #FBED46;
}
.BgClassName
{
background-color: #FBED46;
}
</style>
border-color css
<style>
span { border-color: #FBED46; }
span { border-color: rgb(251,237,70); }
td.TdClassName
{
border-color: #FBED46;
}
.TagClassName
{
border-color: #FBED46;
}
</style>