#F5B774

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

Shades of Tacao #F5B774

Tints of Tacao #F5B774

Color information

#F5B774 (or 0xF5B774) is unknown color: approx Tacao. HEX triplet: F5, B7 and 74. RGB value is (245,183,116). Sum of RGB (Red+Green+Blue) = 245+183+116=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 116 (45.70% from 255 or 21.32% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B774 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B774 is #0A488B. Grayscale: #C2C2C2. Windows color (decimal): -673932 or 7649269. OLE color: 7649269.

HSL color Cylindrical-coordinate representation of color #F5B774: hue angle of 31.16º 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 #F5B774 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB245183116-
CMYK00.250.530.04
HSL31.16º86.58%70.78%-
HSV(B)31.16º52.65%96.08%-
XYZ57.7454.5424.01-
YUV193.984.04164.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.04%
GREEN value IS 183 (71.88% from 255) = 33.64%
BLUE value IS 116 (45.70% from 255) = 21.32%
R=45.04%
G=33.64%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518311600.250.530.0431.1686.5870.78
HexF5B7740193541f5747
Octal36526716403165437127107
Binary111101011011011111101000110011101011001111110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B774; }

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

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

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

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

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

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

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

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