#FCB084

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

Shades of Tacao #FCB084

Tints of Tacao #FCB084

Color information

#FCB084 (or 0xFCB084) is unknown color: approx Tacao. HEX triplet: FC, B0 and 84. RGB value is (252,176,132). Sum of RGB (Red+Green+Blue) = 252+176+132=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 132 (51.95% from 255 or 23.57% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB084 is #034F7B. Grayscale: #C1C1C1. Windows color (decimal): -216956 or 8696060. OLE color: 8696060.

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

Color convert

RGB252176132-
CMYK00.300.480.01
HSL22º95.24%75.29%-
HSV(B)22º47.62%98.82%-
XYZ59.8453.4128.99-
YUV193.7193.18169.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45%
GREEN value IS 176 (69.14% from 255) = 31.43%
BLUE value IS 132 (51.95% from 255) = 23.57%
R=45%
G=31.43%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217613200.300.480.012295.2475.29
HexFCB08401E301165f4b
Octal37426020403660126137113
Binary11111100101100001000010001111011000011011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB084; }

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

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

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

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

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

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

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

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