Html Css Color HEX #FCB270 Tacao

📋 copy color: '#FCB270'

red 252 ◦ green 178 ◦ blue 112

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

Shades of Tacao #FCB270

Tints of Tacao #FCB270

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.84%

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

R = 46.49%
G = 32.84%
B = 20.66%

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

#FCB270 (or 0xFCB270) is known color: Tacao. HEX triplet: FC, B2 and 70. RGB value is (252,178,112). Sum of RGB (Red+Green+Blue) = 252+178+112=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB270 is #034D8F. Grayscale: #C0C0C0. Windows color (decimal): -216464 or 7385852. OLE color: 7385852.

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

Color convert

RGB 252 178 112 -
CMYK 0 0.29 0.56 0.01
HSL 28.29º 0.96% 0.71% -
HSV(B) 28.29º 0.56% 0.99% -
XYZ 58.99 53.71 22.59 -
YUV 192.6 82.52 170.37 -
System Red Green Blue C M Y K H S L
Decimal 252 178 112 0 0.29 0.56 0.01 28.29 0.96 0.71
Hex FC B2 70 0 1D 38 1 1C 60 47
Octal 374 262 160 0 35 70 1 34 140 107
Binary 11111100 10110010 1110000 0 11101 111000 1 11100 1100000 1000111

Color Harmonies of #FCB270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB270

Black with #FCB270

Text Example


Text Example

White with #FCB270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB270; }

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

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

background-color css

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

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

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

border-color css

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

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

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