#F1A96F

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

Shades of Tacao #F1A96F

Tints of Tacao #F1A96F

Color information

#F1A96F (or 0xF1A96F) is unknown color: approx Tacao. HEX triplet: F1, A9 and 6F. RGB value is (241,169,111). Sum of RGB (Red+Green+Blue) = 241+169+111=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A96F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A96F is #0E5690. Grayscale: #B8B8B8. Windows color (decimal): -939665 or 7318001. OLE color: 7318001.

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

Color convert

RGB241169111-
CMYK00.300.540.05
HSL26.77º82.28%69.02%-
HSV(B)26.77º53.94%94.51%-
XYZ53.3348.2221.54-
YUV183.9286.85168.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.26%
GREEN value IS 169 (66.41% from 255) = 32.44%
BLUE value IS 111 (43.75% from 255) = 21.31%
R=46.26%
G=32.44%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116911100.300.540.0526.7782.2869.02
HexF1A96F01E3651b5245
Octal36125115703666533122105
Binary111100011010100111011110111101101101011101110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A96F; }

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

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

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

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

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

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

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

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