#F2AB6E

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

Shades of Tacao #F2AB6E

Tints of Tacao #F2AB6E

Color information

#F2AB6E (or 0xF2AB6E) is unknown color: approx Tacao. HEX triplet: F2, AB and 6E. RGB value is (242,171,110). Sum of RGB (Red+Green+Blue) = 242+171+110=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AB6E is #0D5491. Grayscale: #B9B9B9. Windows color (decimal): -873618 or 7252978. OLE color: 7252978.

HSL color Cylindrical-coordinate representation of color #F2AB6E: hue angle of 27.73º degrees, saturation: 0.84, 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 #F2AB6E is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB242171110-
CMYK00.290.550.05
HSL27.73º83.54%69.02%-
HSV(B)27.73º54.55%94.9%-
XYZ5449.1321.39-
YUV185.2885.52168.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.27%
GREEN value IS 171 (67.19% from 255) = 32.70%
BLUE value IS 110 (43.36% from 255) = 21.03%
R=46.27%
G=32.70%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217111000.290.550.0527.7383.5469.02
HexF2AB6E01D3751c5445
Octal36225315603567534124105
Binary111100101010101111011100111011101111011110010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AB6E; }

 p { color: rgb(242,171,110); }

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

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

 a { background-color: rgb(242,171,110); }

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

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

 span { border-color: rgb(242,171,110); }

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