#F5B279

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

Shades of Tacao #F5B279

Tints of Tacao #F5B279

Color information

#F5B279 (or 0xF5B279) is unknown color: approx Tacao. HEX triplet: F5, B2 and 79. RGB value is (245,178,121). Sum of RGB (Red+Green+Blue) = 245+178+121=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 121 (47.66% from 255 or 22.24% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B279 is #0A4D86. Grayscale: #BFBFBF. Windows color (decimal): -675207 or 7975669. OLE color: 7975669.

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

Color convert

RGB245178121-
CMYK00.270.510.04
HSL27.58º86.11%71.76%-
HSV(B)27.58º50.61%96.08%-
XYZ57.0352.6325.24-
YUV191.5488.2166.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.04%
GREEN value IS 178 (69.92% from 255) = 32.72%
BLUE value IS 121 (47.66% from 255) = 22.24%
R=45.04%
G=32.72%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517812100.270.510.0427.5886.1171.76
HexF5B27901B3341c5648
Octal36526217103363434126110
Binary111101011011001011110010110111100111001110010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B279; }

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

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

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

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

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

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

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

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