Shades of Paris Daisy #FBF84C
Tints of Paris Daisy #FBF84C
RGB
CMYK
RGB Variations
Color information
#FBF84C (or 0xFBF84C) is known color: Paris Daisy. HEX triplet: FB, F8 and 4C. RGB value is (251,248,76). Sum of RGB (Red+Green+Blue) = 251+248+76=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 248 (97.27% from 255 or 43.13% from 575); Blue value is 76 (30.08% from 255 or 13.22% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF84C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF84C is #0407B3. Grayscale: #E5E5E5. Windows color (decimal): -264116 or 5044475. OLE color: 5044475.
HSL color Cylindrical-coordinate representation of color #FBF84C: 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.7%. Process color model (Four color, CMYK) of #FBF84C is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 248 | 76 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.02 |
| HSL | 58.97º | 0.96% | 0.64% | - |
| HSV(B) | 58.97º | 0.7% | 0.98% | - |
| XYZ | 74.66 | 88.17 | 19.92 | - |
| YUV | 229.29 | 41.49 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 248 | 76 | 0 | 0.01 | 0.70 | 0.02 | 58.97 | 0.96 | 0.64 |
| Hex | FB | F8 | 4C | 0 | 1 | 46 | 2 | 3B | 60 | 40 |
| Octal | 373 | 370 | 114 | 0 | 1 | 106 | 2 | 73 | 140 | 100 |
| Binary | 11111011 | 11111000 | 1001100 | 0 | 1 | 1000110 | 10 | 111011 | 1100000 | 1000000 |
Color Harmonies of #FBF84C
Complementary color
Monochromatic Colors of #FBF84C
Black with #FBF84C
Text Example
Text Example
White with #FBF84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF84C; }
p { color: rgb(251,248,76); }
H1.HeaderClassName
{
color: #FBF84C;
}
.AnyTagClassName
{
color: #FBF84C;
}
</style>
background-color css
<style>
a { background-color: #FBF84C; }
a { background-color: rgb(251,248,76); }
div.DivClassName
{
background-color: #FBF84C;
}
.BgClassName
{
background-color: #FBF84C;
}
</style>
border-color css
<style>
span { border-color: #FBF84C; }
span { border-color: rgb(251,248,76); }
td.TdClassName
{
border-color: #FBF84C;
}
.TagClassName
{
border-color: #FBF84C;
}
</style>