#F0AC72

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

Shades of Tacao #F0AC72

Tints of Tacao #F0AC72

Color information

#F0AC72 (or 0xF0AC72) is unknown color: approx Tacao. HEX triplet: F0, AC and 72. RGB value is (240,172,114). Sum of RGB (Red+Green+Blue) = 240+172+114=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AC72 is #0F538D. Grayscale: #BABABA. Windows color (decimal): -1004430 or 7515376. OLE color: 7515376.

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

Color convert

RGB240172114-
CMYK00.280.520.06
HSL27.62º80.77%69.41%-
HSV(B)27.62º52.5%94.12%-
XYZ53.7249.2522.59-
YUV185.7287.53166.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.63%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 114 (44.92% from 255) = 21.67%
R=45.63%
G=32.70%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017211400.280.520.0627.6280.7769.41
HexF0AC7201C3461c5145
Octal36025416203464634121105
Binary111100001010110011100100111001101001101110010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AC72; }

 p { color: rgb(240,172,114); }

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

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

 a { background-color: rgb(240,172,114); }

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

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

 span { border-color: rgb(240,172,114); }

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