#F5B485

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

Shades of Tacao #F5B485

Tints of Tacao #F5B485

Color information

#F5B485 (or 0xF5B485) is unknown color: approx Tacao. HEX triplet: F5, B4 and 85. RGB value is (245,180,133). Sum of RGB (Red+Green+Blue) = 245+180+133=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B485 is #0A4B7A. Grayscale: #C2C2C2. Windows color (decimal): -674683 or 8762613. OLE color: 8762613.

HSL color Cylindrical-coordinate representation of color #F5B485: hue angle of 25.18º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5B485 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB245180133-
CMYK00.270.460.04
HSL25.18º84.85%74.12%-
HSV(B)25.18º45.71%96.08%-
XYZ58.2153.7529.5-
YUV194.0893.53164.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.91%
GREEN value IS 180 (70.70% from 255) = 32.26%
BLUE value IS 133 (52.34% from 255) = 23.84%
R=43.91%
G=32.26%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518013300.270.460.0425.1884.8574.12
HexF5B48501B2E419554a
Octal36526420503356431125112
Binary1111010110110100100001010110111011101001100110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B485; }

 p { color: rgb(245,180,133); }

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

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

 a { background-color: rgb(245,180,133); }

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

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

 span { border-color: rgb(245,180,133); }

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