Shades of Paris Daisy #FBF250
Tints of Paris Daisy #FBF250
RGB
CMYK
RGB Variations
Color information
#FBF250 (or 0xFBF250) is known color: Paris Daisy. HEX triplet: FB, F2 and 50. RGB value is (251,242,80). Sum of RGB (Red+Green+Blue) = 251+242+80=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 80 (31.64% from 255 or 13.96% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF250 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF250 is #040DAF. Grayscale: #E2E2E2. Windows color (decimal): -265648 or 5305083. OLE color: 5305083.
HSL color Cylindrical-coordinate representation of color #FBF250: hue angle of 56.84º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FBF250 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 242 | 80 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.02 |
| HSL | 56.84º | 0.96% | 0.65% | - |
| HSV(B) | 56.84º | 0.68% | 0.98% | - |
| XYZ | 72.98 | 84.59 | 20.07 | - |
| YUV | 226.22 | 45.48 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 242 | 80 | 0 | 0.04 | 0.68 | 0.02 | 56.84 | 0.96 | 0.65 |
| Hex | FB | F2 | 50 | 0 | 4 | 44 | 2 | 39 | 60 | 41 |
| Octal | 373 | 362 | 120 | 0 | 4 | 104 | 2 | 71 | 140 | 101 |
| Binary | 11111011 | 11110010 | 1010000 | 0 | 100 | 1000100 | 10 | 111001 | 1100000 | 1000001 |
Color Harmonies of #FBF250
Complementary color
Monochromatic Colors of #FBF250
Black with #FBF250
Text Example
Text Example
White with #FBF250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF250; }
p { color: rgb(251,242,80); }
H1.HeaderClassName
{
color: #FBF250;
}
.AnyTagClassName
{
color: #FBF250;
}
</style>
background-color css
<style>
a { background-color: #FBF250; }
a { background-color: rgb(251,242,80); }
div.DivClassName
{
background-color: #FBF250;
}
.BgClassName
{
background-color: #FBF250;
}
</style>
border-color css
<style>
span { border-color: #FBF250; }
span { border-color: rgb(251,242,80); }
td.TdClassName
{
border-color: #FBF250;
}
.TagClassName
{
border-color: #FBF250;
}
</style>