#F5B074

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

Shades of Tacao #F5B074

Tints of Tacao #F5B074

Color information

#F5B074 (or 0xF5B074) is unknown color: approx Tacao. HEX triplet: F5, B0 and 74. RGB value is (245,176,116). Sum of RGB (Red+Green+Blue) = 245+176+116=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B074 is #0A4F8B. Grayscale: #BEBEBE. Windows color (decimal): -675724 or 7647477. OLE color: 7647477.

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

Color convert

RGB245176116-
CMYK00.280.530.04
HSL27.91º86.58%70.78%-
HSV(B)27.91º52.65%96.08%-
XYZ56.3351.7223.54-
YUV189.7986.36167.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.62%
GREEN value IS 176 (69.14% from 255) = 32.77%
BLUE value IS 116 (45.70% from 255) = 21.60%
R=45.62%
G=32.77%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517611600.280.530.0427.9186.5870.78
HexF5B07401C3541c5747
Octal36526016403465434127107
Binary111101011011000011101000111001101011001110010101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B074; }

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

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

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

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

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

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

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

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