#F1A96D

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

Shades of Tacao #F1A96D

Tints of Tacao #F1A96D

Color information

#F1A96D (or 0xF1A96D) is unknown color: approx Tacao. HEX triplet: F1, A9 and 6D. RGB value is (241,169,109). Sum of RGB (Red+Green+Blue) = 241+169+109=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 109 (42.97% from 255 or 21.00% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A96D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A96D is #0E5692. Grayscale: #B8B8B8. Windows color (decimal): -939667 or 7186929. OLE color: 7186929.

HSL color Cylindrical-coordinate representation of color #F1A96D: hue angle of 27.27º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1A96D is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB241169109-
CMYK00.300.550.05
HSL27.27º82.5%68.63%-
HSV(B)27.27º54.77%94.51%-
XYZ53.2248.1820.96-
YUV183.6985.85168.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.44%
GREEN value IS 169 (66.41% from 255) = 32.56%
BLUE value IS 109 (42.97% from 255) = 21.00%
R=46.44%
G=32.56%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116910900.300.550.0527.2782.568.63
HexF1A96D01E3751b5245
Octal36125115503667533122105
Binary111100011010100111011010111101101111011101110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A96D; }

 p { color: rgb(241,169,109); }

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

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

 a { background-color: rgb(241,169,109); }

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

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

 span { border-color: rgb(241,169,109); }

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