#F8F199

Color #F8F199 Portafino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portafino #F8F199

Tints of Portafino #F8F199

Color information

#F8F199 (or 0xF8F199) is unknown color: approx Portafino. HEX triplet: F8, F1 and 99. RGB value is (248,241,153). Sum of RGB (Red+Green+Blue) = 248+241+153=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 153 (60.16% from 255 or 23.83% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F199 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F199 is #070E66. Grayscale: #E9E9E9. Windows color (decimal): -462439 or 10088952. OLE color: 10088952.

HSL color Cylindrical-coordinate representation of color #F8F199: hue angle of 55.58º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F8F199 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB248241153-
CMYK00.030.380.03
HSL55.58º87.16%78.63%-
HSV(B)55.58º38.31%97.25%-
XYZ75.9285.1742.57-
YUV233.0682.82138.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 38.63%
GREEN value IS 241 (94.53% from 255) = 37.54%
BLUE value IS 153 (60.16% from 255) = 23.83%
R=38.63%
G=37.54%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824115300.030.380.0355.5887.1678.63
HexF8F1990326338574f
Octal3703612310346370127117
Binary1111100011110001100110010111001101111100010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F199; }

 p { color: rgb(248,241,153); }

 H1.HeaderClassName
 {
   color: #F8F199;
 }
 .AnyTagClassName
 {
   color: #F8F199;
 }
</style>
background-color css

<style>
 a { background-color: #F8F199; }

 a { background-color: rgb(248,241,153); }

 div.DivClassName
 {
   background-color: #F8F199;
 }
 .BgClassName
 {
   background-color: #F8F199;
 }
</style>
border-color css

<style>
 span { border-color: #F8F199; }

 span { border-color: rgb(248,241,153); }

 td.TdClassName
 {
   border-color: #F8F199;
 }
 .TagClassName
 {
   border-color: #F8F199;
 }
</style>