#FCB182

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

Shades of Tacao #FCB182

Tints of Tacao #FCB182

Color information

#FCB182 (or 0xFCB182) is unknown color: approx Tacao. HEX triplet: FC, B1 and 82. RGB value is (252,177,130). Sum of RGB (Red+Green+Blue) = 252+177+130=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 130 (51.17% from 255 or 23.26% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB182 is #034E7D. Grayscale: #C2C2C2. Windows color (decimal): -216702 or 8565244. OLE color: 8565244.

HSL color Cylindrical-coordinate representation of color #FCB182: hue angle of 23.11º 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 #FCB182 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB252177130-
CMYK00.300.480.01
HSL23.11º95.31%74.9%-
HSV(B)23.11º48.41%98.82%-
XYZ59.953.7528.34-
YUV194.0791.85169.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.08%
GREEN value IS 177 (69.53% from 255) = 31.66%
BLUE value IS 130 (51.17% from 255) = 23.26%
R=45.08%
G=31.66%
B=23.26%

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
Decimal25217713000.300.480.0123.1195.3174.9
HexFCB18201E301175f4b
Octal37426120203660127137113
Binary11111100101100011000001001111011000011011110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB182; }

 p { color: rgb(252,177,130); }

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

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

 a { background-color: rgb(252,177,130); }

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

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

 span { border-color: rgb(252,177,130); }

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