Shades of Paris Daisy #FBF655
Tints of Paris Daisy #FBF655
RGB
CMYK
RGB Variations
Color information
#FBF655 (or 0xFBF655) is known color: Paris Daisy. HEX triplet: FB, F6 and 55. RGB value is (251,246,85). Sum of RGB (Red+Green+Blue) = 251+246+85=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 246 (96.48% from 255 or 42.27% from 582); Blue value is 85 (33.59% from 255 or 14.60% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF655 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF655 is #0409AA. Grayscale: #E5E5E5. Windows color (decimal): -264619 or 5633787. OLE color: 5633787.
HSL color Cylindrical-coordinate representation of color #FBF655: hue angle of 58.19º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FBF655 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 246 | 85 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.02 |
| HSL | 58.19º | 0.95% | 0.66% | - |
| HSV(B) | 58.19º | 0.66% | 0.98% | - |
| XYZ | 74.38 | 87.08 | 21.48 | - |
| YUV | 229.14 | 46.66 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 246 | 85 | 0 | 0.02 | 0.66 | 0.02 | 58.19 | 0.95 | 0.66 |
| Hex | FB | F6 | 55 | 0 | 2 | 42 | 2 | 3A | 5F | 42 |
| Octal | 373 | 366 | 125 | 0 | 2 | 102 | 2 | 72 | 137 | 102 |
| Binary | 11111011 | 11110110 | 1010101 | 0 | 10 | 1000010 | 10 | 111010 | 1011111 | 1000010 |
Color Harmonies of #FBF655
Complementary color
Monochromatic Colors of #FBF655
Black with #FBF655
Text Example
Text Example
White with #FBF655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF655; }
p { color: rgb(251,246,85); }
H1.HeaderClassName
{
color: #FBF655;
}
.AnyTagClassName
{
color: #FBF655;
}
</style>
background-color css
<style>
a { background-color: #FBF655; }
a { background-color: rgb(251,246,85); }
div.DivClassName
{
background-color: #FBF655;
}
.BgClassName
{
background-color: #FBF655;
}
</style>
border-color css
<style>
span { border-color: #FBF655; }
span { border-color: rgb(251,246,85); }
td.TdClassName
{
border-color: #FBF655;
}
.TagClassName
{
border-color: #FBF655;
}
</style>