#F0AC74

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

Shades of Tacao #F0AC74

Tints of Tacao #F0AC74

Color information

#F0AC74 (or 0xF0AC74) is unknown color: approx Tacao. HEX triplet: F0, AC and 74. RGB value is (240,172,116). Sum of RGB (Red+Green+Blue) = 240+172+116=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AC74 is #0F538B. Grayscale: #BABABA. Windows color (decimal): -1004428 or 7646448. OLE color: 7646448.

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

Color convert

RGB240172116-
CMYK00.280.520.06
HSL27.1º80.52%69.8%-
HSV(B)27.1º51.67%94.12%-
XYZ53.8449.2923.2-
YUV185.9588.53166.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.45%
GREEN value IS 172 (67.58% from 255) = 32.58%
BLUE value IS 116 (45.70% from 255) = 21.97%
R=45.45%
G=32.58%
B=21.97%

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
Decimal24017211600.280.520.0627.180.5269.8
HexF0AC7401C3461b5146
Octal36025416403464633121106
Binary111100001010110011101000111001101001101101110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AC74; }

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

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

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

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

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

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

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

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