Html Css Color HEX #FCB080 Tacao

📋 copy color: '#FCB080'

red 252 ◦ green 176 ◦ blue 128

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

Shades of Tacao #FCB080

Tints of Tacao #FCB080

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.65%

 BLUE value IS 128 (50.39% from 255) = 23.02%

R = 45.32%
G = 31.65%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FCB080 (or 0xFCB080) is known color: Tacao. HEX triplet: FC, B0 and 80. RGB value is (252,176,128). Sum of RGB (Red+Green+Blue) = 252+176+128=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB080 is #034F7F. Grayscale: #C1C1C1. Windows color (decimal): -216960 or 8433916. OLE color: 8433916.

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

Color convert

RGB 252 176 128 -
CMYK 0 0.30 0.49 0.01
HSL 23.23º 0.95% 0.75% -
HSV(B) 23.23º 0.49% 0.99% -
XYZ 59.57 53.3 27.57 -
YUV 193.25 91.18 169.9 -
System Red Green Blue C M Y K H S L
Decimal 252 176 128 0 0.30 0.49 0.01 23.23 0.95 0.75
Hex FC B0 80 0 1E 31 1 17 5F 4B
Octal 374 260 200 0 36 61 1 27 137 113
Binary 11111100 10110000 10000000 0 11110 110001 1 10111 1011111 1001011

Color Harmonies of #FCB080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB080

Black with #FCB080

Text Example


Text Example

White with #FCB080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB080; }

 p { color: rgb(252,176,128); }

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

background-color css

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

 a { background-color: rgb(252,176,128); }

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

border-color css

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

 span { border-color: rgb(252,176,128); }

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