#F8F19B

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

Shades of Portafino #F8F19B

Tints of Portafino #F8F19B

Color information

#F8F19B (or 0xF8F19B) is unknown color: approx Portafino. HEX triplet: F8, F1 and 9B. RGB value is (248,241,155). Sum of RGB (Red+Green+Blue) = 248+241+155=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 155 (60.94% from 255 or 24.07% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F19B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F19B is #070E64. Grayscale: #E9E9E9. Windows color (decimal): -462437 or 10220024. OLE color: 10220024.

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

Color convert

RGB248241155-
CMYK00.030.380.03
HSL55.48º86.92%79.02%-
HSV(B)55.48º37.5%97.25%-
XYZ76.0885.2343.45-
YUV233.2983.82138.49-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.51%
GREEN value IS 241 (94.53% from 255) = 37.42%
BLUE value IS 155 (60.94% from 255) = 24.07%
R=38.51%
G=37.42%
B=24.07%

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
Decimal24824115500.030.380.0355.4886.9279.02
HexF8F19B0326337574f
Octal3703612330346367127117
Binary1111100011110001100110110111001101111011110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F19B; }

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

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

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

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

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

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

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

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