Html Css Color HEX #FCB370 Tacao

📋 copy color: '#FCB370'

red 252 ◦ green 179 ◦ blue 112

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

Shades of Tacao #FCB370

Tints of Tacao #FCB370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.63%

R = 46.41%
G = 32.97%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCB370 (or 0xFCB370) is known color: Tacao. HEX triplet: FC, B3 and 70. RGB value is (252,179,112). Sum of RGB (Red+Green+Blue) = 252+179+112=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB370 is #034C8F. Grayscale: #C1C1C1. Windows color (decimal): -216208 or 7386108. OLE color: 7386108.

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

Color convert

RGB 252 179 112 -
CMYK 0 0.29 0.56 0.01
HSL 28.71º 0.96% 0.71% -
HSV(B) 28.71º 0.56% 0.99% -
XYZ 59.19 54.11 22.65 -
YUV 193.19 82.18 169.95 -
System Red Green Blue C M Y K H S L
Decimal 252 179 112 0 0.29 0.56 0.01 28.71 0.96 0.71
Hex FC B3 70 0 1D 38 1 1D 60 47
Octal 374 263 160 0 35 70 1 35 140 107
Binary 11111100 10110011 1110000 0 11101 111000 1 11101 1100000 1000111

Color Harmonies of #FCB370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB370

Black with #FCB370

Text Example


Text Example

White with #FCB370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB370; }

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

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

background-color css

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

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

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

border-color css

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

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

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