#FCB079

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

Shades of Tacao #FCB079

Tints of Tacao #FCB079

Color information

#FCB079 (or 0xFCB079) is unknown color: approx Tacao. HEX triplet: FC, B0 and 79. RGB value is (252,176,121). Sum of RGB (Red+Green+Blue) = 252+176+121=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 121 (47.66% from 255 or 22.04% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB079 is #034F86. Grayscale: #C0C0C0. Windows color (decimal): -216967 or 7975164. OLE color: 7975164.

HSL color Cylindrical-coordinate representation of color #FCB079: hue angle of 25.19º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCB079 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB252176121-
CMYK00.300.520.01
HSL25.19º95.62%73.14%-
HSV(B)25.19º51.98%98.82%-
XYZ59.1253.1325.23-
YUV192.4587.68170.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.90%
GREEN value IS 176 (69.14% from 255) = 32.06%
BLUE value IS 121 (47.66% from 255) = 22.04%
R=45.90%
G=32.06%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217612100.300.520.0125.1995.6273.14
HexFCB07901E341196049
Octal37426017103664131140111
Binary1111110010110000111100101111011010011100111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB079; }

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

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

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

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

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

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

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

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