#F5B079

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

Shades of Tacao #F5B079

Tints of Tacao #F5B079

Color information

#F5B079 (or 0xF5B079) is unknown color: approx Tacao. HEX triplet: F5, B0 and 79. RGB value is (245,176,121). Sum of RGB (Red+Green+Blue) = 245+176+121=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 121 (47.66% from 255 or 22.32% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B079 is #0A4F86. Grayscale: #BEBEBE. Windows color (decimal): -675719 or 7975157. OLE color: 7975157.

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

Color convert

RGB245176121-
CMYK00.280.510.04
HSL26.61º86.11%71.76%-
HSV(B)26.61º50.61%96.08%-
XYZ56.6351.8425.11-
YUV190.3688.86166.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.20%
GREEN value IS 176 (69.14% from 255) = 32.47%
BLUE value IS 121 (47.66% from 255) = 22.32%
R=45.20%
G=32.47%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517612100.280.510.0426.6186.1171.76
HexF5B07901C3341b5648
Octal36526017103463433126110
Binary111101011011000011110010111001100111001101110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B079; }

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

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

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

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

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

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

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

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