Html Css Color HEX #FCB373 Tacao

📋 copy color: '#FCB373'

red 252 ◦ green 179 ◦ blue 115

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

Shades of Tacao #FCB373

Tints of Tacao #FCB373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.06%

R = 46.15%
G = 32.78%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCB373 (or 0xFCB373) is known color: Tacao. HEX triplet: FC, B3 and 73. RGB value is (252,179,115). Sum of RGB (Red+Green+Blue) = 252+179+115=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 115 (45.31% from 255 or 21.06% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB373 is #034C8C. Grayscale: #C1C1C1. Windows color (decimal): -216205 or 7582716. OLE color: 7582716.

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

Color convert

RGB 252 179 115 -
CMYK 0 0.29 0.54 0.01
HSL 28.03º 0.96% 0.72% -
HSV(B) 28.03º 0.54% 0.99% -
XYZ 59.36 54.17 23.55 -
YUV 193.53 83.68 169.7 -
System Red Green Blue C M Y K H S L
Decimal 252 179 115 0 0.29 0.54 0.01 28.03 0.96 0.72
Hex FC B3 73 0 1D 36 1 1C 60 48
Octal 374 263 163 0 35 66 1 34 140 110
Binary 11111100 10110011 1110011 0 11101 110110 1 11100 1100000 1001000

Color Harmonies of #FCB373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB373

Black with #FCB373

Text Example


Text Example

White with #FCB373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB373; }

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

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

background-color css

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

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

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

border-color css

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

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

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