Html Css Color HEX #FCB175 Tacao

📋 copy color: '#FCB175'

red 252 ◦ green 177 ◦ blue 117

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

Shades of Tacao #FCB175

Tints of Tacao #FCB175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.43%

R = 46.15%
G = 32.42%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCB175 (or 0xFCB175) is known color: Tacao. HEX triplet: FC, B1 and 75. RGB value is (252,177,117). Sum of RGB (Red+Green+Blue) = 252+177+117=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 117 (46.09% from 255 or 21.43% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB175 is #034E8A. Grayscale: #C0C0C0. Windows color (decimal): -216715 or 7713276. OLE color: 7713276.

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

Color convert

RGB 252 177 117 -
CMYK 0 0.30 0.54 0.01
HSL 26.67º 0.96% 0.72% -
HSV(B) 26.67º 0.54% 0.99% -
XYZ 59.08 53.42 24.03 -
YUV 192.59 85.35 170.38 -
System Red Green Blue C M Y K H S L
Decimal 252 177 117 0 0.30 0.54 0.01 26.67 0.96 0.72
Hex FC B1 75 0 1E 36 1 1B 60 48
Octal 374 261 165 0 36 66 1 33 140 110
Binary 11111100 10110001 1110101 0 11110 110110 1 11011 1100000 1001000

Color Harmonies of #FCB175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB175

Black with #FCB175

Text Example


Text Example

White with #FCB175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB175; }

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

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

background-color css

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

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

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

border-color css

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

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

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