#F6A970

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

Shades of Tacao #F6A970

Tints of Tacao #F6A970

Color information

#F6A970 (or 0xF6A970) is unknown color: approx Tacao. HEX triplet: F6, A9 and 70. RGB value is (246,169,112). Sum of RGB (Red+Green+Blue) = 246+169+112=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A970 is #09568F. Grayscale: #B9B9B9. Windows color (decimal): -611984 or 7383542. OLE color: 7383542.

HSL color Cylindrical-coordinate representation of color #F6A970: hue angle of 25.52º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6A970 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB246169112-
CMYK00.310.540.04
HSL25.52º88.16%70.2%-
HSV(B)25.52º54.47%96.47%-
XYZ55.1249.1421.91-
YUV185.5286.51171.13-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.68%
GREEN value IS 169 (66.41% from 255) = 32.07%
BLUE value IS 112 (44.14% from 255) = 21.25%
R=46.68%
G=32.07%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616911200.310.540.0425.5288.1670.2
HexF6A97001F3641a5846
Octal36625116003766432130106
Binary111101101010100111100000111111101101001101010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A970; }

 p { color: rgb(246,169,112); }

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

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

 a { background-color: rgb(246,169,112); }

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

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

 span { border-color: rgb(246,169,112); }

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