Shades of Paris Daisy #FBF84D
Tints of Paris Daisy #FBF84D
RGB
CMYK
RGB Variations
Color information
#FBF84D (or 0xFBF84D) is known color: Paris Daisy. HEX triplet: FB, F8 and 4D. RGB value is (251,248,77). Sum of RGB (Red+Green+Blue) = 251+248+77=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 248 (97.27% from 255 or 43.06% from 576); Blue value is 77 (30.47% from 255 or 13.37% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF84D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF84D is #0407B2. Grayscale: #E6E6E6. Windows color (decimal): -264115 or 5110011. OLE color: 5110011.
HSL color Cylindrical-coordinate representation of color #FBF84D: hue angle of 58.97º 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 #FBF84D is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 248 | 77 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.02 |
| HSL | 58.97º | 0.96% | 0.64% | - |
| HSV(B) | 58.97º | 0.69% | 0.98% | - |
| XYZ | 74.69 | 88.18 | 20.1 | - |
| YUV | 229.4 | 41.99 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 248 | 77 | 0 | 0.01 | 0.69 | 0.02 | 58.97 | 0.96 | 0.64 |
| Hex | FB | F8 | 4D | 0 | 1 | 45 | 2 | 3B | 60 | 40 |
| Octal | 373 | 370 | 115 | 0 | 1 | 105 | 2 | 73 | 140 | 100 |
| Binary | 11111011 | 11111000 | 1001101 | 0 | 1 | 1000101 | 10 | 111011 | 1100000 | 1000000 |
Color Harmonies of #FBF84D
Complementary color
Monochromatic Colors of #FBF84D
Black with #FBF84D
Text Example
Text Example
White with #FBF84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF84D; }
p { color: rgb(251,248,77); }
H1.HeaderClassName
{
color: #FBF84D;
}
.AnyTagClassName
{
color: #FBF84D;
}
</style>
background-color css
<style>
a { background-color: #FBF84D; }
a { background-color: rgb(251,248,77); }
div.DivClassName
{
background-color: #FBF84D;
}
.BgClassName
{
background-color: #FBF84D;
}
</style>
border-color css
<style>
span { border-color: #FBF84D; }
span { border-color: rgb(251,248,77); }
td.TdClassName
{
border-color: #FBF84D;
}
.TagClassName
{
border-color: #FBF84D;
}
</style>