Shades of Paris Daisy #FBE04B
Tints of Paris Daisy #FBE04B
RGB
CMYK
RGB Variations
Color information
#FBE04B (or 0xFBE04B) is known color: Paris Daisy. HEX triplet: FB, E0 and 4B. RGB value is (251,224,75). Sum of RGB (Red+Green+Blue) = 251+224+75=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 75 (29.69% from 255 or 13.64% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE04B is #041FB4. Grayscale: #D7D7D7. Windows color (decimal): -270261 or 4972795. OLE color: 4972795.
HSL color Cylindrical-coordinate representation of color #FBE04B: hue angle of 50.8º 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 #FBE04B is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 75 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.02 |
| HSL | 50.8º | 0.96% | 0.64% | - |
| HSV(B) | 50.8º | 0.7% | 0.98% | - |
| XYZ | 67.71 | 74.33 | 17.43 | - |
| YUV | 215.09 | 48.95 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 75 | 0 | 0.11 | 0.70 | 0.02 | 50.8 | 0.96 | 0.64 |
| Hex | FB | E0 | 4B | 0 | B | 46 | 2 | 33 | 60 | 40 |
| Octal | 373 | 340 | 113 | 0 | 13 | 106 | 2 | 63 | 140 | 100 |
| Binary | 11111011 | 11100000 | 1001011 | 0 | 1011 | 1000110 | 10 | 110011 | 1100000 | 1000000 |
Color Harmonies of #FBE04B
Complementary color
Monochromatic Colors of #FBE04B
Black with #FBE04B
Text Example
Text Example
White with #FBE04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE04B; }
p { color: rgb(251,224,75); }
H1.HeaderClassName
{
color: #FBE04B;
}
.AnyTagClassName
{
color: #FBE04B;
}
</style>
background-color css
<style>
a { background-color: #FBE04B; }
a { background-color: rgb(251,224,75); }
div.DivClassName
{
background-color: #FBE04B;
}
.BgClassName
{
background-color: #FBE04B;
}
</style>
border-color css
<style>
span { border-color: #FBE04B; }
span { border-color: rgb(251,224,75); }
td.TdClassName
{
border-color: #FBE04B;
}
.TagClassName
{
border-color: #FBE04B;
}
</style>