Shades of Paris Daisy #FBE64A
Tints of Paris Daisy #FBE64A
RGB
CMYK
RGB Variations
Color information
#FBE64A (or 0xFBE64A) is known color: Paris Daisy. HEX triplet: FB, E6 and 4A. RGB value is (251,230,74). Sum of RGB (Red+Green+Blue) = 251+230+74=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 230 (90.23% from 255 or 41.44% from 555); Blue value is 74 (29.30% from 255 or 13.33% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE64A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBE64A is #0419B5. Grayscale: #DBDBDB. Windows color (decimal): -268726 or 4908795. OLE color: 4908795.
HSL color Cylindrical-coordinate representation of color #FBE64A: hue angle of 52.88º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBE64A is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 230 | 74 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.02 |
| HSL | 52.88º | 0.96% | 0.64% | - |
| HSV(B) | 52.88º | 0.71% | 0.98% | - |
| XYZ | 69.32 | 77.6 | 17.8 | - |
| YUV | 218.5 | 46.46 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 230 | 74 | 0 | 0.08 | 0.71 | 0.02 | 52.88 | 0.96 | 0.64 |
| Hex | FB | E6 | 4A | 0 | 8 | 47 | 2 | 35 | 60 | 40 |
| Octal | 373 | 346 | 112 | 0 | 10 | 107 | 2 | 65 | 140 | 100 |
| Binary | 11111011 | 11100110 | 1001010 | 0 | 1000 | 1000111 | 10 | 110101 | 1100000 | 1000000 |
Color Harmonies of #FBE64A
Complementary color
Monochromatic Colors of #FBE64A
Black with #FBE64A
Text Example
Text Example
White with #FBE64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE64A; }
p { color: rgb(251,230,74); }
H1.HeaderClassName
{
color: #FBE64A;
}
.AnyTagClassName
{
color: #FBE64A;
}
</style>
background-color css
<style>
a { background-color: #FBE64A; }
a { background-color: rgb(251,230,74); }
div.DivClassName
{
background-color: #FBE64A;
}
.BgClassName
{
background-color: #FBE64A;
}
</style>
border-color css
<style>
span { border-color: #FBE64A; }
span { border-color: rgb(251,230,74); }
td.TdClassName
{
border-color: #FBE64A;
}
.TagClassName
{
border-color: #FBE64A;
}
</style>