#F0AC7F

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

Shades of Tacao #F0AC7F

Tints of Tacao #F0AC7F

Color information

#F0AC7F (or 0xF0AC7F) is unknown color: approx Tacao. HEX triplet: F0, AC and 7F. RGB value is (240,172,127). Sum of RGB (Red+Green+Blue) = 240+172+127=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AC7F is #0F5380. Grayscale: #BBBBBB. Windows color (decimal): -1004417 or 8367344. OLE color: 8367344.

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

Color convert

RGB240172127-
CMYK00.280.470.06
HSL23.89º79.02%71.96%-
HSV(B)23.89º47.08%94.12%-
XYZ54.5249.5626.77-
YUV187.294.03165.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.53%
GREEN value IS 172 (67.58% from 255) = 31.91%
BLUE value IS 127 (50% from 255) = 23.56%
R=44.53%
G=31.91%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017212700.280.470.0623.8979.0271.96
HexF0AC7F01C2F6184f48
Octal36025417703457630117110
Binary111100001010110011111110111001011111101100010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AC7F; }

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

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

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

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

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

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

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

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