#F5A57B

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

Shades of Tacao #F5A57B

Tints of Tacao #F5A57B

Color information

#F5A57B (or 0xF5A57B) is unknown color: approx Tacao. HEX triplet: F5, A5 and 7B. RGB value is (245,165,123). Sum of RGB (Red+Green+Blue) = 245+165+123=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A57B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A57B is #0A5A84. Grayscale: #B8B8B8. Windows color (decimal): -678533 or 8103413. OLE color: 8103413.

HSL color Cylindrical-coordinate representation of color #F5A57B: hue angle of 20.66º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5A57B is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB245165123-
CMYK00.330.500.04
HSL20.66º85.92%72.16%-
HSV(B)20.66º49.8%96.08%-
XYZ54.6947.7525.07-
YUV184.1393.5171.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.97%
GREEN value IS 165 (64.84% from 255) = 30.96%
BLUE value IS 123 (48.44% from 255) = 23.08%
R=45.97%
G=30.96%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516512300.330.500.0420.6685.9272.16
HexF5A57B021324155648
Octal36524517304162425126110
Binary1111010110100101111101101000011100101001010110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A57B; }

 p { color: rgb(245,165,123); }

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

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

 a { background-color: rgb(245,165,123); }

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

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

 span { border-color: rgb(245,165,123); }

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