Html Css Color HEX #FCB171 Tacao

📋 copy color: '#FCB171'

red 252 ◦ green 177 ◦ blue 113

#FCB171
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacao #FCB171

Tints of Tacao #FCB171

RGB

 RED value IS 252 (98.83% from 255) = 46.49%

 GREEN value IS 177 (69.53% from 255) = 32.66%

 BLUE value IS 113 (44.53% from 255) = 20.85%

R = 46.49%
G = 32.66%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCB171 (or 0xFCB171) is known color: Tacao. HEX triplet: FC, B1 and 71. RGB value is (252,177,113). Sum of RGB (Red+Green+Blue) = 252+177+113=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 113 (44.53% from 255 or 20.85% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB171 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB171 is #034E8E. Grayscale: #C0C0C0. Windows color (decimal): -216719 or 7451132. OLE color: 7451132.

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

Color convert

RGB 252 177 113 -
CMYK 0 0.30 0.55 0.01
HSL 27.63º 0.96% 0.72% -
HSV(B) 27.63º 0.55% 0.99% -
XYZ 58.85 53.33 22.82 -
YUV 192.13 83.35 170.7 -
System Red Green Blue C M Y K H S L
Decimal 252 177 113 0 0.30 0.55 0.01 27.63 0.96 0.72
Hex FC B1 71 0 1E 37 1 1C 60 48
Octal 374 261 161 0 36 67 1 34 140 110
Binary 11111100 10110001 1110001 0 11110 110111 1 11100 1100000 1001000

Color Harmonies of #FCB171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB171

Black with #FCB171

Text Example


Text Example

White with #FCB171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB171; }

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

 H1.HeaderClassName
 {
   color: #FCB171;
 }
 .AnyTagClassName
 {
   color: #FCB171;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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