#F8F299

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

Shades of Portafino #F8F299

Tints of Portafino #F8F299

Color information

#F8F299 (or 0xF8F299) is unknown color: approx Portafino. HEX triplet: F8, F2 and 99. RGB value is (248,242,153). Sum of RGB (Red+Green+Blue) = 248+242+153=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 153 (60.16% from 255 or 23.79% from 643); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F299 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F299 is #070D66. Grayscale: #EAEAEA. Windows color (decimal): -462183 or 10089208. OLE color: 10089208.

HSL color Cylindrical-coordinate representation of color #F8F299: hue angle of 56.21º 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 #F8F299 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB248242153-
CMYK00.020.380.03
HSL56.21º87.16%78.63%-
HSV(B)56.21º38.31%97.25%-
XYZ76.2185.7642.67-
YUV233.6582.49138.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.57%
GREEN value IS 242 (94.92% from 255) = 37.64%
BLUE value IS 153 (60.16% from 255) = 23.79%
R=38.57%
G=37.64%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824215300.020.380.0356.2187.1678.63
HexF8F2990226338574f
Octal3703622310246370127117
Binary1111100011110010100110010101001101111100010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F299; }

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

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

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

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

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

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

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

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