#F7F096

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

Shades of Portafino #F7F096

Tints of Portafino #F7F096

Color information

#F7F096 (or 0xF7F096) is unknown color: approx Portafino. HEX triplet: F7, F0 and 96. RGB value is (247,240,150). Sum of RGB (Red+Green+Blue) = 247+240+150=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 150 (58.98% from 255 or 23.55% from 637); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F096 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F096 is #080F69. Grayscale: #E8E8E8. Windows color (decimal): -528234 or 9892087. OLE color: 9892087.

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

Color convert

RGB247240150-
CMYK00.030.390.03
HSL55.67º85.84%77.84%-
HSV(B)55.67º39.27%96.86%-
XYZ75.0284.341.17-
YUV231.8381.82138.82-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.78%
GREEN value IS 240 (94.14% from 255) = 37.68%
BLUE value IS 150 (58.98% from 255) = 23.55%
R=38.78%
G=37.68%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724015000.030.390.0355.6785.8477.84
HexF7F0960327338564e
Octal3673602260347370126116
Binary1111011111110000100101100111001111111100010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F096; }

 p { color: rgb(247,240,150); }

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

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

 a { background-color: rgb(247,240,150); }

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

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

 span { border-color: rgb(247,240,150); }

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