Html Css Color HEX #FCB077 Tacao

📋 copy color: '#FCB077'

red 252 ◦ green 176 ◦ blue 119

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

Shades of Tacao #FCB077

Tints of Tacao #FCB077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.76%

R = 46.07%
G = 32.18%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FCB077 (or 0xFCB077) is known color: Tacao. HEX triplet: FC, B0 and 77. RGB value is (252,176,119). Sum of RGB (Red+Green+Blue) = 252+176+119=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 119 (46.88% from 255 or 21.76% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB077 is #034F88. Grayscale: #C0C0C0. Windows color (decimal): -216969 or 7844092. OLE color: 7844092.

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

Color convert

RGB 252 176 119 -
CMYK 0 0.30 0.53 0.01
HSL 25.71º 0.96% 0.73% -
HSV(B) 25.71º 0.53% 0.99% -
XYZ 59 53.08 24.59 -
YUV 192.23 86.68 170.63 -
System Red Green Blue C M Y K H S L
Decimal 252 176 119 0 0.30 0.53 0.01 25.71 0.96 0.73
Hex FC B0 77 0 1E 35 1 1A 60 49
Octal 374 260 167 0 36 65 1 32 140 111
Binary 11111100 10110000 1110111 0 11110 110101 1 11010 1100000 1001001

Color Harmonies of #FCB077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB077

Black with #FCB077

Text Example


Text Example

White with #FCB077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB077; }

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

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

background-color css

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

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

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

border-color css

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

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

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