Html Css Color HEX #FCAF76 Tacao

📋 copy color: '#FCAF76'

red 252 ◦ green 175 ◦ blue 118

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

Shades of Tacao #FCAF76

Tints of Tacao #FCAF76

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.11%

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

R = 46.24%
G = 32.11%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FCAF76 (or 0xFCAF76) is known color: Tacao. HEX triplet: FC, AF and 76. RGB value is (252,175,118). Sum of RGB (Red+Green+Blue) = 252+175+118=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAF76 is #035089. Grayscale: #BFBFBF. Windows color (decimal): -217226 or 7778300. OLE color: 7778300.

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

Color convert

RGB 252 175 118 -
CMYK 0 0.31 0.53 0.01
HSL 25.52º 0.96% 0.73% -
HSV(B) 25.52º 0.53% 0.99% -
XYZ 58.74 52.66 24.21 -
YUV 191.53 86.51 171.13 -
System Red Green Blue C M Y K H S L
Decimal 252 175 118 0 0.31 0.53 0.01 25.52 0.96 0.73
Hex FC AF 76 0 1F 35 1 1A 60 49
Octal 374 257 166 0 37 65 1 32 140 111
Binary 11111100 10101111 1110110 0 11111 110101 1 11010 1100000 1001001

Color Harmonies of #FCAF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF76

Black with #FCAF76

Text Example


Text Example

White with #FCAF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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