Shades of Paris Daisy #FBE44C
Tints of Paris Daisy #FBE44C
RGB
CMYK
RGB Variations
Color information
#FBE44C (or 0xFBE44C) is known color: Paris Daisy. HEX triplet: FB, E4 and 4C. RGB value is (251,228,76). Sum of RGB (Red+Green+Blue) = 251+228+76=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 228 (89.45% from 255 or 41.08% from 555); Blue value is 76 (30.08% from 255 or 13.69% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE44C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE44C is #041BB3. Grayscale: #DADADA. Windows color (decimal): -269236 or 5039355. OLE color: 5039355.
HSL color Cylindrical-coordinate representation of color #FBE44C: hue angle of 52.11º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FBE44C is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 228 | 76 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.02 |
| HSL | 52.11º | 0.96% | 0.64% | - |
| HSV(B) | 52.11º | 0.7% | 0.98% | - |
| XYZ | 68.83 | 76.52 | 17.98 | - |
| YUV | 217.55 | 48.12 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 228 | 76 | 0 | 0.09 | 0.70 | 0.02 | 52.11 | 0.96 | 0.64 |
| Hex | FB | E4 | 4C | 0 | 9 | 46 | 2 | 34 | 60 | 40 |
| Octal | 373 | 344 | 114 | 0 | 11 | 106 | 2 | 64 | 140 | 100 |
| Binary | 11111011 | 11100100 | 1001100 | 0 | 1001 | 1000110 | 10 | 110100 | 1100000 | 1000000 |
Color Harmonies of #FBE44C
Complementary color
Monochromatic Colors of #FBE44C
Black with #FBE44C
Text Example
Text Example
White with #FBE44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE44C; }
p { color: rgb(251,228,76); }
H1.HeaderClassName
{
color: #FBE44C;
}
.AnyTagClassName
{
color: #FBE44C;
}
</style>
background-color css
<style>
a { background-color: #FBE44C; }
a { background-color: rgb(251,228,76); }
div.DivClassName
{
background-color: #FBE44C;
}
.BgClassName
{
background-color: #FBE44C;
}
</style>
border-color css
<style>
span { border-color: #FBE44C; }
span { border-color: rgb(251,228,76); }
td.TdClassName
{
border-color: #FBE44C;
}
.TagClassName
{
border-color: #FBE44C;
}
</style>