#F8F499

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

Shades of Portafino #F8F499

Tints of Portafino #F8F499

Color information

#F8F499 (or 0xF8F499) is unknown color: approx Portafino. HEX triplet: F8, F4 and 99. RGB value is (248,244,153). Sum of RGB (Red+Green+Blue) = 248+244+153=645 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.45% from 645); Green value is 244 (95.70% from 255 or 37.83% from 645); Blue value is 153 (60.16% from 255 or 23.72% from 645); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F499 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F499 is #070B66. Grayscale: #EBEBEB. Windows color (decimal): -461671 or 10089720. OLE color: 10089720.

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

Color convert

RGB248244153-
CMYK00.020.380.03
HSL57.47º87.16%78.63%-
HSV(B)57.47º38.31%97.25%-
XYZ76.8186.9642.87-
YUV234.8281.83137.4-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.45%
GREEN value IS 244 (95.70% from 255) = 37.83%
BLUE value IS 153 (60.16% from 255) = 23.72%
R=38.45%
G=37.83%
B=23.72%

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
Decimal24824415300.020.380.0357.4787.1678.63
HexF8F4990226339574f
Octal3703642310246371127117
Binary1111100011110100100110010101001101111100110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F499; }

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

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

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

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

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

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

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

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