#F5B674

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

Shades of Tacao #F5B674

Tints of Tacao #F5B674

Color information

#F5B674 (or 0xF5B674) is unknown color: approx Tacao. HEX triplet: F5, B6 and 74. RGB value is (245,182,116). Sum of RGB (Red+Green+Blue) = 245+182+116=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B674 is #0A498B. Grayscale: #C1C1C1. Windows color (decimal): -674188 or 7649013. OLE color: 7649013.

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

Color convert

RGB245182116-
CMYK00.260.530.04
HSL30.7º86.58%70.78%-
HSV(B)30.7º52.65%96.08%-
XYZ57.5454.1323.94-
YUV193.3184.37164.87-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.12%
GREEN value IS 182 (71.48% from 255) = 33.52%
BLUE value IS 116 (45.70% from 255) = 21.36%
R=45.12%
G=33.52%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518211600.260.530.0430.786.5870.78
HexF5B67401A3541f5747
Octal36526616403265437127107
Binary111101011011011011101000110101101011001111110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B674; }

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

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

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

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

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

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

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

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