Html Css Color HEX #FCB376 Tacao

📋 copy color: '#FCB376'

red 252 ◦ green 179 ◦ blue 118

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

Shades of Tacao #FCB376

Tints of Tacao #FCB376

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.6%

 BLUE value IS 118 (46.48% from 255) = 21.49%

R = 45.9%
G = 32.6%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FCB376 (or 0xFCB376) is known color: Tacao. HEX triplet: FC, B3 and 76. RGB value is (252,179,118). Sum of RGB (Red+Green+Blue) = 252+179+118=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 179 (70.31% from 255 or 32.60% from 549); Blue value is 118 (46.48% from 255 or 21.49% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB376 is #034C89. Grayscale: #C2C2C2. Windows color (decimal): -216202 or 7779324. OLE color: 7779324.

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

Color convert

RGB 252 179 118 -
CMYK 0 0.29 0.53 0.01
HSL 27.31º 0.96% 0.73% -
HSV(B) 27.31º 0.53% 0.99% -
XYZ 59.54 54.24 24.47 -
YUV 193.87 85.18 169.46 -
System Red Green Blue C M Y K H S L
Decimal 252 179 118 0 0.29 0.53 0.01 27.31 0.96 0.73
Hex FC B3 76 0 1D 35 1 1B 60 49
Octal 374 263 166 0 35 65 1 33 140 111
Binary 11111100 10110011 1110110 0 11101 110101 1 11011 1100000 1001001

Color Harmonies of #FCB376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB376

Black with #FCB376

Text Example


Text Example

White with #FCB376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB376; }

 p { color: rgb(252,179,118); }

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

background-color css

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

 a { background-color: rgb(252,179,118); }

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

border-color css

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

 span { border-color: rgb(252,179,118); }

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