Shades of Paris Daisy #FBE64D
Tints of Paris Daisy #FBE64D
RGB
CMYK
RGB Variations
Color information
#FBE64D (or 0xFBE64D) is known color: Paris Daisy. HEX triplet: FB, E6 and 4D. RGB value is (251,230,77). Sum of RGB (Red+Green+Blue) = 251+230+77=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 230 (90.23% from 255 or 41.22% from 558); Blue value is 77 (30.47% from 255 or 13.80% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE64D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBE64D is #0419B2. Grayscale: #DBDBDB. Windows color (decimal): -268723 or 5105403. OLE color: 5105403.
HSL color Cylindrical-coordinate representation of color #FBE64D: hue angle of 52.76º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FBE64D is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 230 | 77 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.02 |
| HSL | 52.76º | 0.96% | 0.64% | - |
| HSV(B) | 52.76º | 0.69% | 0.98% | - |
| XYZ | 69.42 | 77.64 | 18.35 | - |
| YUV | 218.84 | 47.96 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 230 | 77 | 0 | 0.08 | 0.69 | 0.02 | 52.76 | 0.96 | 0.64 |
| Hex | FB | E6 | 4D | 0 | 8 | 45 | 2 | 35 | 60 | 40 |
| Octal | 373 | 346 | 115 | 0 | 10 | 105 | 2 | 65 | 140 | 100 |
| Binary | 11111011 | 11100110 | 1001101 | 0 | 1000 | 1000101 | 10 | 110101 | 1100000 | 1000000 |
Color Harmonies of #FBE64D
Complementary color
Monochromatic Colors of #FBE64D
Black with #FBE64D
Text Example
Text Example
White with #FBE64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE64D; }
p { color: rgb(251,230,77); }
H1.HeaderClassName
{
color: #FBE64D;
}
.AnyTagClassName
{
color: #FBE64D;
}
</style>
background-color css
<style>
a { background-color: #FBE64D; }
a { background-color: rgb(251,230,77); }
div.DivClassName
{
background-color: #FBE64D;
}
.BgClassName
{
background-color: #FBE64D;
}
</style>
border-color css
<style>
span { border-color: #FBE64D; }
span { border-color: rgb(251,230,77); }
td.TdClassName
{
border-color: #FBE64D;
}
.TagClassName
{
border-color: #FBE64D;
}
</style>