#F9F198

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

Shades of Portafino #F9F198

Tints of Portafino #F9F198

Color information

#F9F198 (or 0xF9F198) is unknown color: approx Portafino. HEX triplet: F9, F1 and 98. RGB value is (249,241,152). Sum of RGB (Red+Green+Blue) = 249+241+152=642 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.79% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 152 (59.77% from 255 or 23.68% from 642); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F198 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F198 is #060E67. Grayscale: #E9E9E9. Windows color (decimal): -396904 or 10023417. OLE color: 10023417.

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

Color convert

RGB249241152-
CMYK00.030.390.02
HSL55.05º88.99%78.63%-
HSV(B)55.05º38.96%97.65%-
XYZ76.1985.3242.16-
YUV233.2582.15139.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.79%
GREEN value IS 241 (94.53% from 255) = 37.54%
BLUE value IS 152 (59.77% from 255) = 23.68%
R=38.79%
G=37.54%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924115200.030.390.0255.0588.9978.63
HexF9F1980327237594f
Octal3713612300347267131117
Binary1111100111110001100110000111001111011011110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F198; }

 p { color: rgb(249,241,152); }

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

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

 a { background-color: rgb(249,241,152); }

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

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

 span { border-color: rgb(249,241,152); }

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