#F0A871

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

Shades of Tacao #F0A871

Tints of Tacao #F0A871

Color information

#F0A871 (or 0xF0A871) is unknown color: approx Tacao. HEX triplet: F0, A8 and 71. RGB value is (240,168,113). Sum of RGB (Red+Green+Blue) = 240+168+113=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A871 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A871 is #0F578E. Grayscale: #B7B7B7. Windows color (decimal): -1005455 or 7448816. OLE color: 7448816.

HSL color Cylindrical-coordinate representation of color #F0A871: hue angle of 25.98º 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 #F0A871 is Cyan = 0, Magento = 0.3, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB240168113-
CMYK00.30.530.06
HSL25.98º80.89%69.22%-
HSV(B)25.98º52.92%94.12%-
XYZ52.9247.7222.05-
YUV183.2688.35168.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.07%
GREEN value IS 168 (66.02% from 255) = 32.25%
BLUE value IS 113 (44.53% from 255) = 21.69%
R=46.07%
G=32.25%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016811300.30.530.0625.9880.8969.22
HexF0A87101E3561a5145
Octal36025016103665632121105
Binary111100001010100011100010111101101011101101010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A871; }

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

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

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

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

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

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

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

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