Shades of Paris Daisy #FBF350
Tints of Paris Daisy #FBF350
RGB
CMYK
RGB Variations
Color information
#FBF350 (or 0xFBF350) is known color: Paris Daisy. HEX triplet: FB, F3 and 50. RGB value is (251,243,80). Sum of RGB (Red+Green+Blue) = 251+243+80=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 243 (95.31% from 255 or 42.33% from 574); Blue value is 80 (31.64% from 255 or 13.94% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF350 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF350 is #040CAF. Grayscale: #E3E3E3. Windows color (decimal): -265392 or 5305339. OLE color: 5305339.
HSL color Cylindrical-coordinate representation of color #FBF350: hue angle of 57.19º 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 #FBF350 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 243 | 80 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.02 |
| HSL | 57.19º | 0.96% | 0.65% | - |
| HSV(B) | 57.19º | 0.68% | 0.98% | - |
| XYZ | 73.28 | 85.19 | 20.17 | - |
| YUV | 226.81 | 45.15 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 243 | 80 | 0 | 0.03 | 0.68 | 0.02 | 57.19 | 0.96 | 0.65 |
| Hex | FB | F3 | 50 | 0 | 3 | 44 | 2 | 39 | 60 | 41 |
| Octal | 373 | 363 | 120 | 0 | 3 | 104 | 2 | 71 | 140 | 101 |
| Binary | 11111011 | 11110011 | 1010000 | 0 | 11 | 1000100 | 10 | 111001 | 1100000 | 1000001 |
Color Harmonies of #FBF350
Complementary color
Monochromatic Colors of #FBF350
Black with #FBF350
Text Example
Text Example
White with #FBF350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF350; }
p { color: rgb(251,243,80); }
H1.HeaderClassName
{
color: #FBF350;
}
.AnyTagClassName
{
color: #FBF350;
}
</style>
background-color css
<style>
a { background-color: #FBF350; }
a { background-color: rgb(251,243,80); }
div.DivClassName
{
background-color: #FBF350;
}
.BgClassName
{
background-color: #FBF350;
}
</style>
border-color css
<style>
span { border-color: #FBF350; }
span { border-color: rgb(251,243,80); }
td.TdClassName
{
border-color: #FBF350;
}
.TagClassName
{
border-color: #FBF350;
}
</style>