#F5B676

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

Shades of Tacao #F5B676

Tints of Tacao #F5B676

Color information

#F5B676 (or 0xF5B676) is unknown color: approx Tacao. HEX triplet: F5, B6 and 76. RGB value is (245,182,118). Sum of RGB (Red+Green+Blue) = 245+182+118=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 182 (71.48% from 255 or 33.39% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B676 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B676 is #0A4989. Grayscale: #C1C1C1. Windows color (decimal): -674186 or 7780085. OLE color: 7780085.

HSL color Cylindrical-coordinate representation of color #F5B676: hue angle of 30.24º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F5B676 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB245182118-
CMYK00.260.520.04
HSL30.24º86.39%71.18%-
HSV(B)30.24º51.84%96.08%-
XYZ57.6554.1824.56-
YUV193.5485.37164.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.95%
GREEN value IS 182 (71.48% from 255) = 33.39%
BLUE value IS 118 (46.48% from 255) = 21.65%
R=44.95%
G=33.39%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518211800.260.520.0430.2486.3971.18
HexF5B67601A3441e5647
Octal36526616603264436126107
Binary111101011011011011101100110101101001001111010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B676; }

 p { color: rgb(245,182,118); }

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

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

 a { background-color: rgb(245,182,118); }

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

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

 span { border-color: rgb(245,182,118); }

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