Shades of Portafino #FBF298
Tints of Portafino #FBF298
RGB
CMYK
RGB Variations
Color information
#FBF298 (or 0xFBF298) is known color: Portafino. HEX triplet: FB, F2 and 98. RGB value is (251,242,152). Sum of RGB (Red+Green+Blue) = 251+242+152=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 152 (59.77% from 255 or 23.57% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF298 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF298 is #040D67. Grayscale: #EAEAEA. Windows color (decimal): -265576 or 10023675. OLE color: 10023675.
HSL color Cylindrical-coordinate representation of color #FBF298: hue angle of 54.55º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBF298 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 242 | 152 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.02 |
| HSL | 54.55º | 0.93% | 0.79% | - |
| HSV(B) | 54.55º | 0.39% | 0.98% | - |
| XYZ | 77.2 | 86.28 | 42.29 | - |
| YUV | 234.43 | 81.48 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 242 | 152 | 0 | 0.04 | 0.39 | 0.02 | 54.55 | 0.93 | 0.79 |
| Hex | FB | F2 | 98 | 0 | 4 | 27 | 2 | 37 | 5D | 4F |
| Octal | 373 | 362 | 230 | 0 | 4 | 47 | 2 | 67 | 135 | 117 |
| Binary | 11111011 | 11110010 | 10011000 | 0 | 100 | 100111 | 10 | 110111 | 1011101 | 1001111 |
Color Harmonies of #FBF298
Complementary color
Monochromatic Colors of #FBF298
Black with #FBF298
Text Example
Text Example
White with #FBF298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF298; }
p { color: rgb(251,242,152); }
H1.HeaderClassName
{
color: #FBF298;
}
.AnyTagClassName
{
color: #FBF298;
}
</style>
background-color css
<style>
a { background-color: #FBF298; }
a { background-color: rgb(251,242,152); }
div.DivClassName
{
background-color: #FBF298;
}
.BgClassName
{
background-color: #FBF298;
}
</style>
border-color css
<style>
span { border-color: #FBF298; }
span { border-color: rgb(251,242,152); }
td.TdClassName
{
border-color: #FBF298;
}
.TagClassName
{
border-color: #FBF298;
}
</style>