#F0A77F

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

Shades of Tacao #F0A77F

Tints of Tacao #F0A77F

Color information

#F0A77F (or 0xF0A77F) is unknown color: approx Tacao. HEX triplet: F0, A7 and 7F. RGB value is (240,167,127). Sum of RGB (Red+Green+Blue) = 240+167+127=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 167 (65.62% from 255 or 31.27% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A77F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A77F is #0F5880. Grayscale: #B8B8B8. Windows color (decimal): -1005697 or 8366064. OLE color: 8366064.

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

Color convert

RGB240167127-
CMYK00.300.470.06
HSL21.24º79.02%71.96%-
HSV(B)21.24º47.08%94.12%-
XYZ53.5847.726.46-
YUV184.2795.68167.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.94%
GREEN value IS 167 (65.62% from 255) = 31.27%
BLUE value IS 127 (50% from 255) = 23.78%
R=44.94%
G=31.27%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016712700.300.470.0621.2479.0271.96
HexF0A77F01E2F6154f48
Octal36024717703657625117110
Binary111100001010011111111110111101011111101010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A77F; }

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

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

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

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

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

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

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

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