Shades of Paris Daisy #FBED54
Tints of Paris Daisy #FBED54
RGB
CMYK
RGB Variations
Color information
#FBED54 (or 0xFBED54) is known color: Paris Daisy. HEX triplet: FB, ED and 54. RGB value is (251,237,84). Sum of RGB (Red+Green+Blue) = 251+237+84=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 84 (33.20% from 255 or 14.69% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED54 is #0412AB. Grayscale: #E0E0E0. Windows color (decimal): -266924 or 5565947. OLE color: 5565947.
HSL color Cylindrical-coordinate representation of color #FBED54: hue angle of 54.97º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FBED54 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 84 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.02 |
| HSL | 54.97º | 0.95% | 0.66% | - |
| HSV(B) | 54.97º | 0.67% | 0.98% | - |
| XYZ | 71.67 | 81.72 | 20.38 | - |
| YUV | 223.74 | 49.14 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 84 | 0 | 0.06 | 0.67 | 0.02 | 54.97 | 0.95 | 0.66 |
| Hex | FB | ED | 54 | 0 | 6 | 43 | 2 | 37 | 5F | 42 |
| Octal | 373 | 355 | 124 | 0 | 6 | 103 | 2 | 67 | 137 | 102 |
| Binary | 11111011 | 11101101 | 1010100 | 0 | 110 | 1000011 | 10 | 110111 | 1011111 | 1000010 |
Color Harmonies of #FBED54
Complementary color
Monochromatic Colors of #FBED54
Black with #FBED54
Text Example
Text Example
White with #FBED54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED54; }
p { color: rgb(251,237,84); }
H1.HeaderClassName
{
color: #FBED54;
}
.AnyTagClassName
{
color: #FBED54;
}
</style>
background-color css
<style>
a { background-color: #FBED54; }
a { background-color: rgb(251,237,84); }
div.DivClassName
{
background-color: #FBED54;
}
.BgClassName
{
background-color: #FBED54;
}
</style>
border-color css
<style>
span { border-color: #FBED54; }
span { border-color: rgb(251,237,84); }
td.TdClassName
{
border-color: #FBED54;
}
.TagClassName
{
border-color: #FBED54;
}
</style>