Html Css Color HEX #FCB071 Tacao

📋 copy color: '#FCB071'

red 252 ◦ green 176 ◦ blue 113

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

Shades of Tacao #FCB071

Tints of Tacao #FCB071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.53%

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

R = 46.58%
G = 32.53%
B = 20.89%

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

#FCB071 (or 0xFCB071) is known color: Tacao. HEX triplet: FC, B0 and 71. RGB value is (252,176,113). Sum of RGB (Red+Green+Blue) = 252+176+113=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 113 (44.53% from 255 or 20.89% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB071 is #034F8E. Grayscale: #BFBFBF. Windows color (decimal): -216975 or 7450876. OLE color: 7450876.

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

Color convert

RGB 252 176 113 -
CMYK 0 0.30 0.55 0.01
HSL 27.19º 0.96% 0.72% -
HSV(B) 27.19º 0.55% 0.99% -
XYZ 58.65 52.94 22.75 -
YUV 191.54 83.68 171.12 -
System Red Green Blue C M Y K H S L
Decimal 252 176 113 0 0.30 0.55 0.01 27.19 0.96 0.72
Hex FC B0 71 0 1E 37 1 1B 60 48
Octal 374 260 161 0 36 67 1 33 140 110
Binary 11111100 10110000 1110001 0 11110 110111 1 11011 1100000 1001000

Color Harmonies of #FCB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB071

Black with #FCB071

Text Example


Text Example

White with #FCB071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB071; }

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

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

background-color css

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

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

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

border-color css

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

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

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