Shades of Paris Daisy #FBE44A
Tints of Paris Daisy #FBE44A
RGB
CMYK
RGB Variations
Color information
#FBE44A (or 0xFBE44A) is known color: Paris Daisy. HEX triplet: FB, E4 and 4A. RGB value is (251,228,74). Sum of RGB (Red+Green+Blue) = 251+228+74=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 228 (89.45% from 255 or 41.23% from 553); Blue value is 74 (29.30% from 255 or 13.38% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE44A is #041BB5. Grayscale: #D9D9D9. Windows color (decimal): -269238 or 4908283. OLE color: 4908283.
HSL color Cylindrical-coordinate representation of color #FBE44A: hue angle of 52.2º 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 #FBE44A is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 228 | 74 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.02 |
| HSL | 52.2º | 0.96% | 0.64% | - |
| HSV(B) | 52.2º | 0.71% | 0.98% | - |
| XYZ | 68.76 | 76.49 | 17.62 | - |
| YUV | 217.32 | 47.12 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 228 | 74 | 0 | 0.09 | 0.71 | 0.02 | 52.2 | 0.96 | 0.64 |
| Hex | FB | E4 | 4A | 0 | 9 | 47 | 2 | 34 | 60 | 40 |
| Octal | 373 | 344 | 112 | 0 | 11 | 107 | 2 | 64 | 140 | 100 |
| Binary | 11111011 | 11100100 | 1001010 | 0 | 1001 | 1000111 | 10 | 110100 | 1100000 | 1000000 |
Color Harmonies of #FBE44A
Complementary color
Monochromatic Colors of #FBE44A
Black with #FBE44A
Text Example
Text Example
White with #FBE44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE44A; }
p { color: rgb(251,228,74); }
H1.HeaderClassName
{
color: #FBE44A;
}
.AnyTagClassName
{
color: #FBE44A;
}
</style>
background-color css
<style>
a { background-color: #FBE44A; }
a { background-color: rgb(251,228,74); }
div.DivClassName
{
background-color: #FBE44A;
}
.BgClassName
{
background-color: #FBE44A;
}
</style>
border-color css
<style>
span { border-color: #FBE44A; }
span { border-color: rgb(251,228,74); }
td.TdClassName
{
border-color: #FBE44A;
}
.TagClassName
{
border-color: #FBE44A;
}
</style>