Html Css Color HEX #FCB271 Tacao

📋 copy color: '#FCB271'

red 252 ◦ green 178 ◦ blue 113

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

Shades of Tacao #FCB271

Tints of Tacao #FCB271

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.78%

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

R = 46.41%
G = 32.78%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCB271 (or 0xFCB271) is known color: Tacao. HEX triplet: FC, B2 and 71. RGB value is (252,178,113). Sum of RGB (Red+Green+Blue) = 252+178+113=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 113 (44.53% from 255 or 20.81% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB271 is #034D8E. Grayscale: #C1C1C1. Windows color (decimal): -216463 or 7451388. OLE color: 7451388.

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

Color convert

RGB 252 178 113 -
CMYK 0 0.29 0.55 0.01
HSL 28.06º 0.96% 0.72% -
HSV(B) 28.06º 0.55% 0.99% -
XYZ 59.05 53.73 22.88 -
YUV 192.72 83.02 170.29 -
System Red Green Blue C M Y K H S L
Decimal 252 178 113 0 0.29 0.55 0.01 28.06 0.96 0.72
Hex FC B2 71 0 1D 37 1 1C 60 48
Octal 374 262 161 0 35 67 1 34 140 110
Binary 11111100 10110010 1110001 0 11101 110111 1 11100 1100000 1001000

Color Harmonies of #FCB271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB271

Black with #FCB271

Text Example


Text Example

White with #FCB271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB271; }

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

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

background-color css

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

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

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

border-color css

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

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

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