#FCB07E

Color #FCB07E Tacao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacao #FCB07E

Tints of Tacao #FCB07E

Color information

#FCB07E (or 0xFCB07E) is unknown color: approx Tacao. HEX triplet: FC, B0 and 7E. RGB value is (252,176,126). Sum of RGB (Red+Green+Blue) = 252+176+126=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 126 (49.61% from 255 or 22.74% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB07E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB07E is #034F81. Grayscale: #C1C1C1. Windows color (decimal): -216962 or 8302844. OLE color: 8302844.

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

Color convert

RGB252176126-
CMYK00.300.50.01
HSL23.81º95.45%74.12%-
HSV(B)23.81º50%98.82%-
XYZ59.4453.2526.88-
YUV193.0290.18170.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.49%
GREEN value IS 176 (69.14% from 255) = 31.77%
BLUE value IS 126 (49.61% from 255) = 22.74%
R=45.49%
G=31.77%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.5
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217612600.300.50.0123.8195.4574.12
HexFCB07E01E321185f4a
Octal37426017603662130137112
Binary1111110010110000111111001111011001011100010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB07E; }

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

 H1.HeaderClassName
 {
   color: #FCB07E;
 }
 .AnyTagClassName
 {
   color: #FCB07E;
 }
</style>
background-color css

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

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

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

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

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

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