Html Css Color HEX #FCB076 Tacao

📋 copy color: '#FCB076'

red 252 ◦ green 176 ◦ blue 118

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

Shades of Tacao #FCB076

Tints of Tacao #FCB076

RGB

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

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

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

R = 46.15%
G = 32.23%
B = 21.61%

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

#FCB076 (or 0xFCB076) is known color: Tacao. HEX triplet: FC, B0 and 76. RGB value is (252,176,118). Sum of RGB (Red+Green+Blue) = 252+176+118=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 118 (46.48% from 255 or 21.61% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB076 is #034F89. Grayscale: #C0C0C0. Windows color (decimal): -216970 or 7778556. OLE color: 7778556.

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

Color convert

RGB 252 176 118 -
CMYK 0 0.30 0.53 0.01
HSL 25.97º 0.96% 0.73% -
HSV(B) 25.97º 0.53% 0.99% -
XYZ 58.94 53.05 24.27 -
YUV 192.11 86.18 170.72 -
System Red Green Blue C M Y K H S L
Decimal 252 176 118 0 0.30 0.53 0.01 25.97 0.96 0.73
Hex FC B0 76 0 1E 35 1 1A 60 49
Octal 374 260 166 0 36 65 1 32 140 111
Binary 11111100 10110000 1110110 0 11110 110101 1 11010 1100000 1001001

Color Harmonies of #FCB076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB076

Black with #FCB076

Text Example


Text Example

White with #FCB076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB076; }

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

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

background-color css

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

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

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

border-color css

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

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

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