Shades of Paris Daisy #FBF247
Tints of Paris Daisy #FBF247
RGB
CMYK
RGB Variations
Color information
#FBF247 (or 0xFBF247) is known color: Paris Daisy. HEX triplet: FB, F2 and 47. RGB value is (251,242,71). Sum of RGB (Red+Green+Blue) = 251+242+71=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 71 (28.12% from 255 or 12.59% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF247 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF247 is #040DB8. Grayscale: #E1E1E1. Windows color (decimal): -265657 or 4715259. OLE color: 4715259.
HSL color Cylindrical-coordinate representation of color #FBF247: hue angle of 57º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FBF247 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 242 | 71 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.02 |
| HSL | 57º | 0.96% | 0.63% | - |
| HSV(B) | 57º | 0.72% | 0.98% | - |
| XYZ | 72.67 | 84.47 | 18.43 | - |
| YUV | 225.2 | 40.98 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 242 | 71 | 0 | 0.04 | 0.72 | 0.02 | 57 | 0.96 | 0.63 |
| Hex | FB | F2 | 47 | 0 | 4 | 48 | 2 | 39 | 60 | 3F |
| Octal | 373 | 362 | 107 | 0 | 4 | 110 | 2 | 71 | 140 | 77 |
| Binary | 11111011 | 11110010 | 1000111 | 0 | 100 | 1001000 | 10 | 111001 | 1100000 | 111111 |
Color Harmonies of #FBF247
Complementary color
Monochromatic Colors of #FBF247
Black with #FBF247
Text Example
Text Example
White with #FBF247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF247; }
p { color: rgb(251,242,71); }
H1.HeaderClassName
{
color: #FBF247;
}
.AnyTagClassName
{
color: #FBF247;
}
</style>
background-color css
<style>
a { background-color: #FBF247; }
a { background-color: rgb(251,242,71); }
div.DivClassName
{
background-color: #FBF247;
}
.BgClassName
{
background-color: #FBF247;
}
</style>
border-color css
<style>
span { border-color: #FBF247; }
span { border-color: rgb(251,242,71); }
td.TdClassName
{
border-color: #FBF247;
}
.TagClassName
{
border-color: #FBF247;
}
</style>