Shades of Paris Daisy #FBED44
Tints of Paris Daisy #FBED44
RGB
CMYK
RGB Variations
Color information
#FBED44 (or 0xFBED44) is known color: Paris Daisy. HEX triplet: FB, ED and 44. RGB value is (251,237,68). Sum of RGB (Red+Green+Blue) = 251+237+68=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 68 (26.95% from 255 or 12.23% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED44 is #0412BB. Grayscale: #DEDEDE. Windows color (decimal): -266940 or 4517371. OLE color: 4517371.
HSL color Cylindrical-coordinate representation of color #FBED44: hue angle of 55.41º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBED44 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 68 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.02 |
| HSL | 55.41º | 0.96% | 0.63% | - |
| HSV(B) | 55.41º | 0.73% | 0.98% | - |
| XYZ | 71.11 | 81.49 | 17.45 | - |
| YUV | 221.92 | 41.14 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 68 | 0 | 0.06 | 0.73 | 0.02 | 55.41 | 0.96 | 0.63 |
| Hex | FB | ED | 44 | 0 | 6 | 49 | 2 | 37 | 60 | 3F |
| Octal | 373 | 355 | 104 | 0 | 6 | 111 | 2 | 67 | 140 | 77 |
| Binary | 11111011 | 11101101 | 1000100 | 0 | 110 | 1001001 | 10 | 110111 | 1100000 | 111111 |
Color Harmonies of #FBED44
Complementary color
Monochromatic Colors of #FBED44
Black with #FBED44
Text Example
Text Example
White with #FBED44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED44; }
p { color: rgb(251,237,68); }
H1.HeaderClassName
{
color: #FBED44;
}
.AnyTagClassName
{
color: #FBED44;
}
</style>
background-color css
<style>
a { background-color: #FBED44; }
a { background-color: rgb(251,237,68); }
div.DivClassName
{
background-color: #FBED44;
}
.BgClassName
{
background-color: #FBED44;
}
</style>
border-color css
<style>
span { border-color: #FBED44; }
span { border-color: rgb(251,237,68); }
td.TdClassName
{
border-color: #FBED44;
}
.TagClassName
{
border-color: #FBED44;
}
</style>