#F0B071

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

Shades of Tacao #F0B071

Tints of Tacao #F0B071

Color information

#F0B071 (or 0xF0B071) is unknown color: approx Tacao. HEX triplet: F0, B0 and 71. RGB value is (240,176,113). Sum of RGB (Red+Green+Blue) = 240+176+113=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B071 is #0F4F8E. Grayscale: #BCBCBC. Windows color (decimal): -1003407 or 7450864. OLE color: 7450864.

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

Color convert

RGB240176113-
CMYK00.270.530.06
HSL29.76º80.89%69.22%-
HSV(B)29.76º52.92%94.12%-
XYZ54.4450.7722.55-
YUV187.9585.7165.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.37%
GREEN value IS 176 (69.14% from 255) = 33.27%
BLUE value IS 113 (44.53% from 255) = 21.36%
R=45.37%
G=33.27%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017611300.270.530.0629.7680.8969.22
HexF0B07101B3561e5145
Octal36026016103365636121105
Binary111100001011000011100010110111101011101111010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B071; }

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

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

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

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

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

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

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

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