#f0ab71

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

Shades of Tacao #F0AB71

Tints of Tacao #F0AB71

Color information

#F0AB71 (or 0xF0AB71) is unknown color: approx Tacao. HEX triplet: F0, AB and 71. RGB value is (240,171,113). Sum of RGB (Red+Green+Blue) = 240+171+113=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AB71 is #0F548E. Grayscale: #B9B9B9. Windows color (decimal): -1004687 or 7449584. OLE color: 7449584.

HSL color Cylindrical-coordinate representation of color #F0AB71: hue angle of 27.4º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0AB71 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB240171113-
CMYK00.290.530.06
HSL27.4º80.89%69.22%-
HSV(B)27.4º52.92%94.12%-
XYZ53.4848.8422.23-
YUV185.0287.36167.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.80%
GREEN value IS 171 (67.19% from 255) = 32.63%
BLUE value IS 113 (44.53% from 255) = 21.56%
R=45.80%
G=32.63%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017111300.290.530.0627.480.8969.22
HexF0AB7101D3561b5145
Octal36025316103565633121105
Binary111100001010101111100010111011101011101101110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0ab71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0ab71; }

 p { color: rgb(240,171,113); }

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

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

 a { background-color: rgb(240,171,113); }

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

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

 span { border-color: rgb(240,171,113); }

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