Html Css Color HEX #FCB172 Tacao

📋 copy color: '#FCB172'

red 252 ◦ green 177 ◦ blue 114

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

Shades of Tacao #FCB172

Tints of Tacao #FCB172

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.6%

 BLUE value IS 114 (44.92% from 255) = 20.99%

R = 46.41%
G = 32.6%
B = 20.99%

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

#FCB172 (or 0xFCB172) is known color: Tacao. HEX triplet: FC, B1 and 72. RGB value is (252,177,114). Sum of RGB (Red+Green+Blue) = 252+177+114=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB172 is #034E8D. Grayscale: #C0C0C0. Windows color (decimal): -216718 or 7516668. OLE color: 7516668.

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

Color convert

RGB 252 177 114 -
CMYK 0 0.30 0.55 0.01
HSL 27.39º 0.96% 0.72% -
HSV(B) 27.39º 0.55% 0.99% -
XYZ 58.9 53.35 23.11 -
YUV 192.24 83.85 170.62 -
System Red Green Blue C M Y K H S L
Decimal 252 177 114 0 0.30 0.55 0.01 27.39 0.96 0.72
Hex FC B1 72 0 1E 37 1 1B 60 48
Octal 374 261 162 0 36 67 1 33 140 110
Binary 11111100 10110001 1110010 0 11110 110111 1 11011 1100000 1001000

Color Harmonies of #FCB172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB172

Black with #FCB172

Text Example


Text Example

White with #FCB172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB172; }

 p { color: rgb(252,177,114); }

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

background-color css

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

 a { background-color: rgb(252,177,114); }

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

border-color css

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

 span { border-color: rgb(252,177,114); }

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